fix: 更新依赖导致的错误异常
This commit is contained in:
@@ -2,16 +2,19 @@ import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {ArticleRoutingModule} from './article-routing.module';
|
||||
import {ArticleComponent} from './article.component';
|
||||
import {
|
||||
NzAffixModule,
|
||||
NzAnchorModule, NzAvatarModule,
|
||||
NzButtonModule,
|
||||
NzCommentModule,
|
||||
NzDividerModule, NzFormModule,
|
||||
NzGridModule,
|
||||
NzIconModule, NzInputModule,
|
||||
NzLayoutModule, NzListModule, NzTabsModule
|
||||
} from 'ng-zorro-antd';
|
||||
import { NzAffixModule } from 'ng-zorro-antd/affix';
|
||||
import { NzAnchorModule } from 'ng-zorro-antd/anchor';
|
||||
import { NzAvatarModule } from 'ng-zorro-antd/avatar';
|
||||
import { NzButtonModule } from 'ng-zorro-antd/button';
|
||||
import { NzCommentModule } from 'ng-zorro-antd/comment';
|
||||
import { NzDividerModule } from 'ng-zorro-antd/divider';
|
||||
import { NzFormModule } from 'ng-zorro-antd/form';
|
||||
import { NzGridModule } from 'ng-zorro-antd/grid';
|
||||
import { NzIconModule } from 'ng-zorro-antd/icon';
|
||||
import { NzInputModule } from 'ng-zorro-antd/input';
|
||||
import { NzLayoutModule } from 'ng-zorro-antd/layout';
|
||||
import { NzListModule } from 'ng-zorro-antd/list';
|
||||
import { NzTabsModule } from 'ng-zorro-antd/tabs';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user