fix(docs): popover and themes page

This commit is contained in:
Alex 2020-04-01 14:46:32 +03:00 committed by Sergey Andrievskiy
parent 7a1c74cb18
commit 413cbdbd01
9 changed files with 39 additions and 22 deletions

View file

@ -18,7 +18,7 @@ import { SeoService } from './@core/utils/seo.service';
})
export class AppComponent implements OnInit {
themes = ['default', 'cosmic', 'corporate', 'dark'];
themes = ['default', 'cosmic', 'corporate', 'dark', 'material-dark', 'material-light'];
constructor(private analytics: AnalyticsService,
private seoService: SeoService,