Skip to content

Commit

Permalink
Linting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealKiller97 committed Aug 30, 2019
1 parent abd56f1 commit 6cd9a5b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { Component, OnInit, Input } from '@angular/core';
styleUrls: ['./loading-spinner.component.css']
})
export class LoadingSpinnerComponent implements OnInit {
@Input() loading: boolean = true;
@Input()
loading: boolean;

constructor() {}

Expand Down

0 comments on commit 6cd9a5b

Please sign in to comment.