19.0.0 • Published 6 months ago

@winkong/ng-zorro-antd-extension v19.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 '@winkong/ng-zorro-antd/i18n';
import { nzx_zh_CN } from '@winkong/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 {}
angularng-zorro-antdng-zorro-antd-extensionLTS ends
^19.0.0^19.0.0^19.0.02026-05-19
^18.0.0^18.0.0^18.0.02025-11-19
^17.0.0^17.0.0^15.6.02025-05-15
^16.0.0^16.0.0^15.6.02024-11-08(end)
^15.0.0^15.0.0^15.0.02024-05-18(end)
^14.0.0^14.0.0^14.0.0end
^13.0.0^13.0.0^13.0.0end

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

19.0.0

6 months ago

18.1.6

6 months ago

18.1.5

6 months ago

18.1.4

8 months ago

17.3.4

8 months ago

17.3.3

8 months ago

18.1.3

8 months ago

17.3.2

8 months ago

18.1.2

8 months ago

18.1.1

9 months ago

18.1.0

9 months ago

18.0.1

10 months ago

17.3.0

1 year ago

18.0.0

1 year ago

16.3.0

1 year ago

16.2.0

1 year ago

17.2.0

1 year ago

17.1.0

1 year ago

16.1.0

1 year ago