ng-zorro-antd-extra
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

ng-zorro-antd-extra

ng-zorro-antd extra episode!

so as to consider future compatibility in ng-zorro-antd 3.x, ng-list-antd was changed to ng-zorro-antd-extra.

NPM version Build Status

Demo

Live 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 #f03c15 Deprecated

Usage & Installation

Install ng-zorro-antd-extra from npm

npm install ng-zorro-antd-extra --save

Import 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:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. 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)

Dependencies (0)

    Dev Dependencies (53)

    Package Sidebar

    Install

    npm i ng-zorro-antd-extra

    Weekly Downloads

    11

    Version

    1.1.7

    License

    MIT

    Last publish

    Collaborators

    • cipchk