mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 22:28:50 +01:00
fix(lint): url length ts lint
This commit is contained in:
parent
ee9516ba02
commit
f9331c5b33
2 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue