mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
theme config provider
This commit is contained in:
parent
06d0dc1c99
commit
f107a3726a
7 changed files with 138 additions and 44 deletions
|
|
@ -2,7 +2,8 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
|||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
|
||||
import {Pages} from './pages';
|
||||
import {AppState} from "./app.state";
|
||||
import {AppState} from './app.state';
|
||||
import {BaThemeConfigProvider} from './theme';
|
||||
import './app.loader.ts';
|
||||
|
||||
/*
|
||||
|
|
@ -12,7 +13,7 @@ import './app.loader.ts';
|
|||
@Component({
|
||||
selector: 'app',
|
||||
pipes: [],
|
||||
providers: [],
|
||||
providers: [BaThemeConfigProvider],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('normalize.css'), require('./app.scss')],
|
||||
template: `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue