build: starter-kit clean up

This commit is contained in:
Dmitry Nehaychik 2018-02-27 13:50:49 +03:00 committed by Sergey Andrievskiy
parent 4ff3d938e4
commit 66b86fa915
414 changed files with 235 additions and 19468 deletions

View file

@ -19,8 +19,9 @@ import { NbSecurityModule } from '@nebular/security';
import {
FooterComponent,
HeaderComponent,
LayoutDirectionSwitcherComponent,
SearchInputComponent,
TinyMCEComponent,
SwitcherComponent,
} from './components';
import {
CapitalizePipe,
@ -54,10 +55,11 @@ const NB_MODULES = [
NbEvaIconsModule,
];
const COMPONENTS = [
SwitcherComponent,
LayoutDirectionSwitcherComponent,
HeaderComponent,
FooterComponent,
SearchInputComponent,
TinyMCEComponent,
OneColumnLayoutComponent,
ThreeColumnsLayoutComponent,
TwoColumnsLayoutComponent,