mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 13:18:49 +01:00
build: update tslint config (#1436)
This commit is contained in:
parent
be7649a9a2
commit
630cb85e3b
9 changed files with 16 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue