调整弹窗
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {LinkComponent} from './link.component';
|
||||
import {NzButtonModule, NzIconModule, NzInputModule, NzModalModule} from 'ng-zorro-antd';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {NzButtonModule, NzFormModule, NzIconModule, NzInputModule, NzModalModule, NzSelectModule} from 'ng-zorro-antd';
|
||||
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
|
||||
import {RouterModule} from '@angular/router';
|
||||
|
||||
|
||||
@@ -15,7 +15,10 @@ import {RouterModule} from '@angular/router';
|
||||
FormsModule,
|
||||
NzButtonModule,
|
||||
NzInputModule,
|
||||
RouterModule.forChild([{path: '**', component: LinkComponent}])
|
||||
RouterModule.forChild([{path: '**', component: LinkComponent}]),
|
||||
NzFormModule,
|
||||
ReactiveFormsModule,
|
||||
NzSelectModule
|
||||
]
|
||||
})
|
||||
export class LinkModule {
|
||||
|
||||
Reference in New Issue
Block a user