mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 18:18:50 +01:00
feat: Material theme
This commit is contained in:
parent
aa4ae169d9
commit
88f8fb09bc
6 changed files with 682 additions and 1 deletions
|
|
@ -33,6 +33,14 @@ export class HeaderComponent implements OnInit, OnDestroy {
|
|||
value: 'corporate',
|
||||
name: 'Corporate',
|
||||
},
|
||||
{
|
||||
value: 'material-light',
|
||||
name: 'Material Light',
|
||||
},
|
||||
{
|
||||
value: 'material-dark',
|
||||
name: 'Material Dark',
|
||||
},
|
||||
];
|
||||
|
||||
currentTheme = 'default';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue