1.1.7 • Published 6 years ago

ng-zorro-antd-extra v1.1.7

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

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

NameAPIStatus
nz-listlinkFinished
nz-cardlinkFinished
nz-dividerlinkFinished
nz-iconlinkFinished
nz-radio-extralink#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)

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0-beta.6

6 years ago

1.0.0-beta.5

6 years ago

1.0.0-beta.4

6 years ago

1.0.0-beta.3

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

1.0.0-beta.0

6 years ago