master
parent
47ee086aae
commit
7ce1dbe1d9
@ -1,12 +1,10 @@ |
|||||||
import { NgModule } from '@angular/core'; |
import { NgModule } from '@angular/core'; |
||||||
import { CommonModule } from '@angular/common'; |
import { CommonModule } from '@angular/common'; |
||||||
|
|
||||||
import { NzSliderModule } from 'ng-zorro-antd/slider'; |
|
||||||
@NgModule({ |
@NgModule({ |
||||||
declarations: [], |
declarations: [], |
||||||
imports: [ |
imports: [ |
||||||
CommonModule, |
CommonModule, |
||||||
NzSliderModule, |
|
||||||
] |
] |
||||||
}) |
}) |
||||||
export class LoginModule { } |
export class LoginModule { } |
||||||
|
Loading…
Reference in new issue