An enterprise-class Angular UI component library based on Ant Design X.
English | 简体中文
- Craft superior AI interface solutions and pioneer intelligent experiences.
- High-quality Angular components out of the box.
Will be Open-Sourced in MIT license.
- Angular
^20.0.0 - Server-side Rendering
- Modern browsers including the following specific versions
ng-zorro-x synchronizes design specification with Ant Design X on a regular basis.
Use @angular/cli to install:
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd ng-zorro-xMore information about
@angular/clihere.
Configure ng-zorro-antd firstly, you can refer to Getting Started for more details. If you use @angular/cli, it will automatically configure the styles and assets for you.
Import the component modules you want to use into your component.
import { NxBubbleModule } from 'ng-zorro-x/bubble';
@Component({
imports: [NxBubbleModule]
})
export class AppComponent {}Will be Open-Sourced soon and welcome to contribute.
For questions on how to use ng-zorro-x, there are several ways to get help:
- Post questions to
with tag
ng-zorro-x - Discuss in
- Discuss in GitHub Discussions