feat: Material theme

This commit is contained in:
Sergey Andrievskiy 2020-03-04 11:45:29 +03:00 committed by Maksim Karatkevich
parent aa4ae169d9
commit 88f8fb09bc
6 changed files with 682 additions and 1 deletions

View file

@ -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';