mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 20:30:15 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
80a15536a5
commit
3ff5c51f1a
54 changed files with 187 additions and 193 deletions
|
|
@ -2,12 +2,13 @@ import { NgModule } from '@angular/core';
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { NgaModule } from '../../theme/nga.module';
|
||||
import { TreeComponent } from 'ng2-tree/index';
|
||||
|
||||
import { routing } from './components.routing';
|
||||
import { Components } from './components.component';
|
||||
import { TreeView } from './components/treeView/treeView.component';
|
||||
|
||||
|
||||
// TODO: tree component?
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
|
@ -17,7 +18,8 @@ import { TreeView } from './components/treeView/treeView.component';
|
|||
],
|
||||
declarations: [
|
||||
Components,
|
||||
TreeView
|
||||
TreeView,
|
||||
TreeComponent
|
||||
]
|
||||
})
|
||||
export default class ComponentsModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue