mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-31 05:35:16 +01:00
- NgaModule - module wrapper for all ng2-admin custom features - Ng Module per page - async components load - menu moved (again) to a separate file (as now each module has its own route file) - no need to import Ba* directives into the pages which have NgaModule in the import statement
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
import { PAGES_MENU } from './pages/pages.menu';
|
|
|
|
export const MENU = [
|
|
...PAGES_MENU
|
|
];
|