mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(layouts): layouts + theme settings panel preview
This commit is contained in:
parent
6fe593295d
commit
eef4d0633c
20 changed files with 636 additions and 19 deletions
|
|
@ -6,10 +6,10 @@ import { MENU_ITEMS } from './pages-menu';
|
|||
@Component({
|
||||
selector: 'ngx-pages',
|
||||
template: `
|
||||
<ngx-one-column-layout>
|
||||
<ngx-sample-layout>
|
||||
<nga-menu [items]="menu"></nga-menu>
|
||||
<router-outlet></router-outlet>
|
||||
</ngx-one-column-layout>
|
||||
</ngx-sample-layout>
|
||||
`,
|
||||
})
|
||||
export class PagesComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue