NG-ZORRO
Angular UI Component Library based on Ant Design
README
NG-ZORRO
✨ Features
☀️ License
🖥 Environment Support
[ | [ | [ | [ | [ | [ |
---|---|---|---|---|---|
--------- | --------- | --------- | --------- | --------- | --------- |
Edge | last | last | last | last | last |
🎨 Design Specification
📦 Installation
- ``` sh
- $ ng new PROJECT_NAME
- $ cd PROJECT_NAME
- $ ng add ng-zorro-antd
- ```
More information about @angular/cli here.
- ``` sh
- $ npm install ng-zorro-antd
- ```
🔨 Usage
- ```ts
- import { NzButtonModule } from 'ng-zorro-antd/button';
- @NgModule({
- imports: [ NzButtonModule ]
- })
- export class AppModule {
- }
- ```
@angular/cli users won't have to worry about the things below but it's good to know.
- ```diff
- {
- "assets": [
- + {
- + "glob": "**/*",
- + "input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
- + "output": "/assets/"
- + }
- ],
- "styles": [
- + "node_modules/ng-zorro-antd/ng-zorro-antd.min.css"
- ]
- }
- ```
🔗 Links
⌨️ Development
- ``` sh
- $ git clone git@github.com:NG-ZORRO/ng-zorro-antd.git
- $ cd ng-zorro-antd
- $ npm install
- $ npm run start
- ```
🤝 Contributing
If you're new to posting issues, we ask that you read [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html) (This guide does not provide actual support services for this project!), 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!
❓ Help from the Community
🎉 Users
We list some users here, if your company or product uses NG-ZORRO, let us know here!