fix(lint): url length ts lint

This commit is contained in:
Evgeny Lupanov 2020-08-14 11:16:23 +03:00 committed by Sergey Andrievskiy
parent ee9516ba02
commit f9331c5b33
2 changed files with 4 additions and 0 deletions

View file

@ -54,11 +54,13 @@ export class NgxStarterComponent implements OnDestroy, OnInit {
private metadataService: MetadataService,
) {}
// tslint:disable:max-line-length
ngOnInit(): void {
this.metadataService.updateTitle('Ngx-admin themes for e-commerce dashboard on Angular 9+ and Nebular');
this.metadataService.updateDescription('Choose a theme for ngx-admin e-commerce dashboard: Material, Light and Dark, Cosmic and Corporate.');
this.metadataService.updateKeywords('Ngx-admin themes, material theme, ngx-admin cosmic, ngx-admin corporate theme, dark theme ngx-admin');
}
// tslint:enable:max-line-length
navigate(themeName: string) {
this.currentThemeService.setCurrentTheme(themeName);