feat(theme): material theme on Nebular POC

This commit is contained in:
Dmitry Nehaychik 2019-12-31 16:42:22 +03:00
parent ede1b074f0
commit 8dd195d785
15 changed files with 675 additions and 226 deletions

View file

@ -18,6 +18,10 @@ export class HeaderComponent implements OnInit, OnDestroy {
user: any;
themes = [
{
value: 'material',
name: 'Material',
},
{
value: 'default',
name: 'Light',