Ant Design of Angular

An enterprise-class Angular UI component library based on Ant Design, all components are open source and free to use under MIT license.

Ant Design+Angular

Features#

  • An enterprise-class UI design language for Angular applications.
  • 60+ high-quality Angular components out of the box.
  • Written in TypeScript with complete defined types.
  • Support OnPush mode, high performance.
  • Powerful theme customization in every detail.
  • Internationalization support for dozens of languages.

Environment Support#

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
last 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

Version#

npm package

Angular Support#

ng-zorro-antd keeps the same major version with @angular/core, now supports Angular ^17.0.0.

Design Specification#

ng-zorro-antd synchronizes design specification with Ant Design on a regular basis, you can check the log online.

Installation#

We recommend using @angular/cli to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of angular packages and tooling.

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd

More information about @angular/clihere.

You can also install ng-zorro-antd with npm or yarn

$ npm install ng-zorro-antd

Companies using ng-zorro-antd#

We list some users here, if your company or product uses ng-zorro-antd, let us know here!

Contributing#

Please read our CONTRIBUTING.md first.

If you'd like to help us improve ng-zorro-antd, just create a Pull Request. Feel free to report bugs and issues here.

If you're new to posting issues, we ask that you read How To Ask Questions The Smart Way(This guide does not provide actual support services for this project!) and How to Ask a Question in Open Source Community and How to Report Bugs Effectively prior to posting. Well written bug reports help us help you!

Need Help?#

For questions on how to use ng-zorro-antd, please post questions to Stack Overflowusing the ng-zorro-antd tag. If you're not finding what you need on stackoverflow, you can find us on Discussions · NG-ZORRO/ng-zorro-antd as well.

As always, we encourage experienced users to help those who are not familiar with ng-zorro-antd!