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

17.1.0 • Public • Published

ng-zorro-antd-extension

Component package based on ng-zorro-antd

npm package NPM downloads

English | 简体中文

Docs

Installation

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
^13.0.0 ^13.0.0 ^13.0.0 end
^14.0.0 ^14.0.0 ^14.0.0 end
^15.0.0 ^15.0.0 ^15.0.0 2024-05-18
^16.0.0 ^16.0.0 ^15.6.0 2024-11-08

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

Package Sidebar

Install

npm i ng-zorro-antd-extension

Weekly Downloads

40

Version

17.1.0

License

MIT

Unpacked Size

1.22 MB

Total Files

289

Last publish

Collaborators

  • enochgao