mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-08 01:14:21 +01:00
forms basic components
This commit is contained in:
parent
b674d83552
commit
fcd27874d2
12 changed files with 248 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import {Dashboard} from './dashboard';
|
|||
import {Ui} from './ui';
|
||||
import {Maps} from './maps';
|
||||
import {Charts} from './charts';
|
||||
import {Forms} from './forms';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
|
|
@ -45,6 +46,11 @@ import {Charts} from './charts';
|
|||
component: Charts,
|
||||
path: '/charts/...',
|
||||
},
|
||||
{
|
||||
name: 'Forms',
|
||||
component: Forms,
|
||||
path: '/forms/...',
|
||||
},
|
||||
])
|
||||
export class Pages {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue