11<p align =" center " >
2- <a href =" http ://ng.ant.design" >
3- <img width="230" src="https://img.alicdn.com/tfs/TB1TFFaHAvoK1RjSZFwXXciCFXa-106-120.svg">
2+ <a href =" https ://ng.ant.design" >
3+ <img alt="logo" width="230" src="https://img.alicdn.com/tfs/TB1TFFaHAvoK1RjSZFwXXciCFXa-106-120.svg">
44 </a >
55</p >
66
@@ -15,12 +15,12 @@ NG-ZORRO
1515[ ![ Azure branch] ( https://img.shields.io/azure-devops/build/ng-zorro/0d271b73-3774-4dbc-a081-088df0b28bf8/2/master?style=flat-square )] ( https://dev.azure.com/ng-zorro/NG-ZORRO/_build )
1616[ ![ Codecov] ( https://img.shields.io/codecov/c/github/NG-ZORRO/ng-zorro-antd.svg?style=flat-square )] ( https://codecov.io/gh/NG-ZORRO/ng-zorro-antd )
1717[ ![ GitHub Release Date] ( https://img.shields.io/github/release-date/NG-ZORRO/ng-zorro-antd.svg?style=flat-square )] ( https://github.com/NG-ZORRO/ng-zorro-antd/releases )
18- [ ![ npm package] ( https://img.shields.io/npm/v/ng-zorro-antd.svg?style=flat-square )] ( https://www.npmjs.org/package/ng-zorro-atnd )
18+ [ ![ NPM package] ( https://img.shields.io/npm/v/ng-zorro-antd.svg?style=flat-square )] ( https://www.npmjs.org/package/ng-zorro-atnd )
1919[ ![ NPM downloads] ( http://img.shields.io/npm/dm/ng-zorro-antd.svg?style=flat-square )] ( https://npmjs.org/package/ng-zorro-antd )
2020[ ![ GitHub license] ( https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square )] ( https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE )
2121[ ![ Discord] ( https://img.shields.io/discord/748677963142135818?label=Discord&style=flat-square )] ( https://discord.com/channels/748677963142135818/764322550712893451 )
22- [ ![ extension-for- VSCode] ( https://img.shields.io/badge/extension%20for-VSCode-blue.svg?style=flat-square )] ( https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode )
23- [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
22+ [ ![ VSCode Extension ] ( https://img.shields.io/badge/extension%20for-VSCode-blue.svg?style=flat-square )] ( https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode )
23+ [ ![ Code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
2424[ ![ Twitter] ( https://img.shields.io/badge/Twitter-NG--ZORRO-blue.svg?style=flat-square&logo=twitter )] ( https://twitter.com/ng_zorro )
2525
2626</div >
@@ -53,9 +53,8 @@ NG-ZORRO
5353- [ Electron] ( http://electron.atom.io/ )
5454
5555| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
56- | --------- | --------- | --------- | --------- | --------- | --------- |
57- | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions
58-
56+ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
57+ | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
5958
6059## 🎨 设计规范
6160
@@ -76,16 +75,15 @@ $ ng add ng-zorro-antd
7675
7776## 🔨 使用
7877
79- 将想要使用的组件模块引入到你的 ` app.module.ts ` 文件中和其它的 [ 特性模块 ] ( https://angular.cn/guide/ngmodules/feature-modules ) 中 。
78+ 将想要使用的组件模块引入到你的组件中 。
8079
8180``` ts
8281import { NzButtonModule } from ' ng-zorro-antd/button' ;
8382
84- @NgModule ({
83+ @Component ({
8584 imports: [ NzButtonModule ]
8685})
87- export class AppModule {
88- }
86+ export class AppComponent {}
8987```
9088
9189> ` @angular/cli ` 的用户不需要担心下面这项设置,但知道也挺有好处。
@@ -149,7 +147,7 @@ $ npm run start
1491473 . [ ![ Discord] ( https://img.shields.io/discord/748677963142135818?label=Discord&style=flat-square )] ( https://discord.com/channels/748677963142135818/764322550712893451 )
1501484 . 加入钉钉 NG-ZORRO 自助服务群(中文)
151149
152- <img src =" https://img.alicdn.com/tfs/TB1aRk.clCw3KVjSZFlXXcJkFXa-750-990.jpg " width =" 300 " >
150+ <img src =" https://img.alicdn.com/imgextra/i2/O1CN01996NqO1ykdnAdOLqG_!!6000000006617-2-tps-864-822.png " width =" 300 " height = " 300 " loading = " lazy " alt = " ding talk qr-code " >
153151
154152## 🎉 谁在使用
155153
0 commit comments