feat: Material theme

This commit is contained in:
Sergey Andrievskiy 2020-03-04 11:45:29 +03:00
parent 9e340ae905
commit b62d9f329d
6 changed files with 682 additions and 1 deletions

View file

@ -34,6 +34,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';