ng-zorro-x
v0.2.0
Published
An enterprise-class UI components based on Ant Design X and Angular
Maintainers
Readme
An enterprise-class Angular UI component library based on Ant Design X.
English | 简体中文
✨ Features
- Craft superior AI interface solutions and pioneer intelligent experiences.
- High-quality Angular components out of the box.
☀️ License
Will be Open-Sourced in MIT license.
🖥 Environment Support
- Angular
^20.0.0 - Server-side Rendering
- Modern browsers including the following specific versions
🎨 Design Specification
ng-zorro-x synchronizes design specification with Ant Design X on a regular basis.
📦 Installation
Use @angular/cli to install:
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd ng-zorro-xMore information about
@angular/clihere.
🔨 Usage
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 {}🤝 Contributing
Will be Open-Sourced soon and welcome to contribute.
❓ Help from the Community
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
