NG-ZORRO-EXTENSION

Component package based on ng-zorro-antd

Angular
Based on Angular
NG-ZORRO
Developed based on ng-zorro components
npm package NPM downloads

1、Make sure to install ng-zorro first:install

2、After ng zorro is successfully installed, then install the package

Using

npm install ng-zorro-antd-extension --save

or

ng add ng-zorro-antd-extension

3、app.module

import zh from '@angular/common/locales/zh'; import { NZ_I18N, zh_CN } from 'ng-zorro-antd/i18n'; import { nzx_zh_CN } from 'ng-zorro-antd-extension/i18n'; registerLocaleData(zh); const customLanguagePack = { ...zh_CN, ...nzx_zh_CN, }; @NgModule({ declarations: [], imports: [], providers: [{ provide: NZ_I18N, useValue: customLanguagePack }], bootstrap: [RootComponent], }) export class AppModule {}
angular ng-zorro-antd ng-zorro-antd-extension LTS ends
^19.0.0 ^19.0.0 ^19.0.0 2026-05-19
^18.0.0 ^18.0.0 ^18.0.0 2025-11-19
^17.0.0 ^17.0.0 ^15.6.0 2025-05-15
^16.0.0 ^16.0.0 ^15.6.0 2024-11-08(end)
^15.0.0 ^15.0.0 ^15.0.0 2024-05-18(end)
^14.0.0 ^14.0.0 ^14.0.0 end
^13.0.0 ^13.0.0 ^13.0.0 end

Install the specified version if required using:

npm install ng-zorro-antd-extension@13.0.0 --save

v13.0.0(contains only multi-select, simple table, mapping pipeline), v15.0.0+ is recommended

Welcome to github star fork pr

Open-source MIT Licensed | Copyright © 2022-present Powered by EnochGao