mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-14 01:16:14 +01:00
tables component structure
This commit is contained in:
parent
9a90d9507c
commit
1d6c0554a3
8 changed files with 98 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import {Ui} from './ui';
|
|||
import {Maps} from './maps';
|
||||
import {Charts} from './charts';
|
||||
import {Forms} from './forms';
|
||||
import {Tables} from './tables';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
|
|
@ -65,6 +66,11 @@ import {Forms} from './forms';
|
|||
component: Forms,
|
||||
path: '/forms/...',
|
||||
},
|
||||
{
|
||||
name: 'Tables',
|
||||
component: Tables,
|
||||
path: '/tables/...',
|
||||
}
|
||||
])
|
||||
export class Pages {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue