MILESTONE 2025

Author: LafferyCreated Jun 29, 2025Updated Jun 25, 2026
Labels:loudspeaker: Announcement

Roadmap of NG-ZORRO in 2025

NG-ZORRO is a community-driven project, and we are always looking for contributors to help us improve the project. The following is a list of features that we are currently working on.

TL;DR: We are working on the following features in 2025:

  • Sync with Ant Design's features
  • AI components - Ant Design X of Angular #9444
  • AI integration to improve UX&DX
  • Sync with antd@>=5.0 styles

Sync with Ant Design's features

NG-ZORRO is based on Ant Design, and we are keeping it in sync with the latest version of Ant Design. The following is a list of features that we are not yet supported in NG-ZORRO, but are available in Ant Design. We will implement them in NG-ZORRO in the future.

If you are willing to implement any of these features, please reply with the feature name.

Ant Design X of Angular

AI does change the game. Ant Design had released a new project called Ant Design X which is a set of AI components that can be used to build AI user interfaces.

We are now working on the primitive components first, and then we will publish the component library (called ng-zorro-x) to NPM for developers to use. After that the project will be open sourced and available for everyone to use and contribute :)

AI integration to improve UX&DX

For NG-ZORRO users, we are working on providing a llm.txt to help AI understand the features and usages of NG-ZORRO components better to generate better code.

For NG-ZORRO developers, we are exploring ways to simplify the development process with AI, such as using AI to generate boilerplate code, documentation, and tests, and make it easier to contribute even for the first time.

Sync with antd@>=5.0 styles

Since antd@5 had changed the styles to css-in-js, we cannot sync the styles to ng-zorro-antd automatically anymore as a result of the different styling approaches used in Angular and React.

We had to manually sync the styles, and we are working on figuring out a better way to do it.