English | 简体中文
1、Make sure to install ng-zorro first:ng-zorro-antd 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 v15.11.0+
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 |
---|---|---|---|
^18.0.0 | ^18.0.0 | ^18.0.0 | 2025-11-xx |
^17.0.0 | ^17.0.0 | ^15.6.0 | 2025-05-15 |
^16.0.0 | ^16.0.0 | ^15.6.0 | 2024-11-08 |
^15.0.0 | ^15.0.0 | ^15.0.0 | 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 [email protected] --save
v13.0.0(contains only multi-select, simple table, mapping pipeline), v15.0.0+ is recommended
Welcome star fork pr