chore(lint): update linter to follow angular lint file

This commit is contained in:
Dmitry Nehaychik 2017-10-20 17:31:36 +03:00
parent 899d874cdd
commit 3429ed0a8d
17 changed files with 53 additions and 46 deletions

View file

@ -25,7 +25,7 @@ import { NbThemeService } from '@nebular/theme';
`,
})
export class TrafficComponent implements OnDestroy {
type: string = 'month';
type = 'month';
types = ['week', 'month', 'year'];
currentTheme: string;
themeSubscription: any;