mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-06 01:28:50 +01:00
feat(theme): material theme on Nebular POC
This commit is contained in:
parent
ede1b074f0
commit
8dd195d785
15 changed files with 675 additions and 226 deletions
|
|
@ -18,6 +18,10 @@ export class HeaderComponent implements OnInit, OnDestroy {
|
|||
user: any;
|
||||
|
||||
themes = [
|
||||
{
|
||||
value: 'material',
|
||||
name: 'Material',
|
||||
},
|
||||
{
|
||||
value: 'default',
|
||||
name: 'Light',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue