refactor(app): replace custom actions with built-in component

This commit is contained in:
Dmitry Nehaychik 2017-04-29 18:41:44 +03:00
parent 0fc2b32085
commit 916289eb94
4 changed files with 23 additions and 39 deletions

View file

@ -10,6 +10,7 @@ import {
NgaSidebarModule,
NgaMenuModule,
NgaUserModule,
NgaActionsModule,
} from '@nga/theme';
import { SearchInputComponent, HeaderComponent, FooterComponent } from './components';
@ -28,6 +29,7 @@ const NGA_MODULES = [
NgaRouteTabsetModule,
NgaMenuModule,
NgaUserModule,
NgaActionsModule,
];
const COMPONENTS = [