mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 23:44:07 +01:00
refactor(app): replace custom actions with built-in component
This commit is contained in:
parent
0fc2b32085
commit
916289eb94
4 changed files with 23 additions and 39 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue