1.1.7 • Published 8 years ago
ng-zorro-antd-extra v1.1.7
ng-zorro-antd-extra
ng-zorro-antd extra episode!
so as to consider future compatibility in ng-zorro-antd 3.x,
ng-list-antdwas changed tong-zorro-antd-extra.
Demo
Dependencies
- ng-zorro-antd^0.6.0
INCLUCE COMPONENTS
| Name | API | Status | 
|---|---|---|
| nz-list | link | Finished | 
| nz-card | link | Finished | 
| nz-divider | link | Finished | 
| nz-icon | link | Finished | 
| nz-radio-extra | link | 
Usage & Installation
Install ng-zorro-antd-extra from npm
npm install ng-zorro-antd-extra --saveImport the NzListModule in to your root AppModule.
Important: Don't use NgZorroAntdModule.forRoot() load all modules, should be like app.modules.ts method.
import { NgZorroAntdExtraModule } from 'ng-zorro-antd-extra';
// or
// import { NzListModule, NzCardModule, NzDividerModule } from 'ng-zorro-antd-extra';
@NgModule({
    imports: [
        NgZorroAntdExtraModule.forRoot()
    ]
})
export class AppModule { }Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
License
The MIT License (see the LICENSE file for the full text)
1.1.7
8 years ago
1.1.6
8 years ago
1.1.5
8 years ago
1.1.4
8 years ago
1.1.3
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.0-beta.6
8 years ago
1.0.0-beta.5
8 years ago
1.0.0-beta.4
8 years ago
1.0.0-beta.3
8 years ago
1.0.0-beta.2
8 years ago
1.0.0-beta.1
8 years ago
1.0.0-beta.0
8 years ago