remove demop
This commit is contained in:
@ -21,7 +21,6 @@ export class ImageListComponent implements OnInit {
|
||||
constructor(private modal: ModalHelper, public msgSrv: NzMessageService, public http: _HttpClient) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log(this.imgList)
|
||||
}
|
||||
showImg(index: any) {
|
||||
const params = {
|
||||
|
||||
@ -40,6 +40,7 @@ import { NzEmptyModule } from 'ng-zorro-antd/empty';
|
||||
import { NzStatisticModule } from 'ng-zorro-antd/statistic';
|
||||
import { NzTimelineModule } from 'ng-zorro-antd/timeline';
|
||||
import { NzSkeletonModule } from 'ng-zorro-antd/skeleton';
|
||||
import { NzUploadModule } from 'ng-zorro-antd/upload';
|
||||
export const SHARED_ZORRO_MODULES = [
|
||||
NzButtonModule,
|
||||
NzGridModule,
|
||||
@ -73,5 +74,6 @@ export const SHARED_ZORRO_MODULES = [
|
||||
NzEmptyModule,
|
||||
NzStatisticModule,
|
||||
NzTimelineModule,
|
||||
NzSkeletonModule
|
||||
NzSkeletonModule,
|
||||
NzUploadModule
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user