mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
Add material theme for material landing page
This commit is contained in:
parent
a962c248a5
commit
64d6a5a23d
4 changed files with 49 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { NbThemeService } from '@nebular/theme';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-material-landing',
|
||||
|
|
@ -8,4 +9,8 @@ import { Component } from '@angular/core';
|
|||
'../landing-home.component.scss'
|
||||
]
|
||||
})
|
||||
export class MaterialLandingComponent {}
|
||||
export class MaterialLandingComponent {
|
||||
constructor(private themeService: NbThemeService) {
|
||||
this.themeService.changeTheme('ngx-landing-material');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue