This commit is contained in:
禾几海
2020-07-02 23:16:34 +08:00
parent 8bd8986bdd
commit c8fe9c3658
5 changed files with 36 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ import {RouterModule} from '@angular/router';
import {AdminCommentComponent} from './admin-comment.component';
import {CommonTableModule} from '../components/common-table/common-table.module';
import {NzTagModule} from 'ng-zorro-antd';
import {EditableTagModule} from '../components/editable-tag/editable-tag.module';
@NgModule({
@@ -15,6 +16,7 @@ import {NzTagModule} from 'ng-zorro-antd';
RouterModule.forChild([{path: '', component: AdminCommentComponent}]),
CommonTableModule,
NzTagModule,
EditableTagModule,
]
})
export class AdminCommentModule {