build: update tslint config (#1436)

This commit is contained in:
Lex Zhukov 2017-12-01 18:36:24 +03:00 committed by GitHub
parent be7649a9a2
commit 630cb85e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 23 deletions

View file

@ -19,7 +19,7 @@ export class ElectricityComponent implements OnDestroy {
themeSubscription: any;
constructor(private eService: ElectricityService, private themeService: NbThemeService) {
this.data = eService.getData();
this.data = this.eService.getData();
this.themeSubscription = this.themeService.getJsTheme().subscribe(theme => {
this.currentTheme = theme.name;