mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-09 02:58:50 +01:00
fix(docs): popover and themes page
This commit is contained in:
parent
7a1c74cb18
commit
413cbdbd01
9 changed files with 39 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue