refactor(header): move theme-switcher in separate component

This commit is contained in:
tibing 2017-09-20 12:54:26 +03:00
parent a0fbdf3636
commit f13fd1c4cd
7 changed files with 152 additions and 114 deletions

View file

@ -22,6 +22,7 @@ import {
HeaderComponent,
SearchInputComponent,
ThemeSettingsComponent,
ThemeSwitcherComponent,
TinyMCEComponent,
} from './components';
import { CapitalizePipe, PluralPipe, RoundPipe, TimingPipe } from './pipes';
@ -51,6 +52,7 @@ const NB_MODULES = [
];
const COMPONENTS = [
ThemeSwitcherComponent,
HeaderComponent,
FooterComponent,
SearchInputComponent,