feat(components): add a tree view page

This commit is contained in:
Alexander Zhukov 2017-05-19 14:40:20 +03:00
parent cf23f972d1
commit a3dede33cf
13 changed files with 109 additions and 8 deletions

View file

@ -8,12 +8,10 @@ import { PagesComponent } from './pages.component';
import { DashboardComponent } from './dashboard/dashboard.component';
import { PagesRoutingModule } from './pages-routing.module';
import { ThemeModule } from '../@theme/theme.module';
import { ComponentsComponent } from './components/components.component';
const PAGES_COMPONENTS = [
PagesComponent,
DashboardComponent,
ComponentsComponent,
];
@NgModule({