评论管理2/2

This commit is contained in:
禾几海
2020-07-03 13:42:10 +08:00
parent 3a4e0ec815
commit 06d1d2e48c
3 changed files with 50 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import {CommonModule} from '@angular/common';
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 {NzAvatarModule, NzCommentModule, NzModalModule, NzTagModule} from 'ng-zorro-antd';
import {EditableTagModule} from '../components/editable-tag/editable-tag.module';
@@ -17,6 +17,9 @@ import {EditableTagModule} from '../components/editable-tag/editable-tag.module'
CommonTableModule,
NzTagModule,
EditableTagModule,
NzModalModule,
NzCommentModule,
NzAvatarModule,
]
})
export class AdminCommentModule {