All Projects → cipchk → ng-zorro-antd-extra

cipchk / ng-zorro-antd-extra

Licence: MIT license
ng-zorro-antd extra episode!

Programming Languages

CSS
56736 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ng-zorro-antd-extra

abp-ng-alain
基于ng-alain脚手架,增加对ABP服务端支持(ABP免费模板)。支持ng-alain最新版ng-alain@next
Stars: ✭ 45 (+181.25%)
Mutual labels:  ng-zorro-antd
ng-sunPawd
基于ng-zorro实现的Angular后台基础框架
Stars: ✭ 43 (+168.75%)
Mutual labels:  ng-zorro-antd
erupt-web
Erupt 框架前端源码,实现了 erupt 开发过程中零前端代码能力
Stars: ✭ 82 (+412.5%)
Mutual labels:  ng-zorro-antd
Ngx Formly
JSON powered / Dynamic forms for Angular
Stars: ✭ 2,109 (+13081.25%)
Mutual labels:  ng-zorro-antd
Ng Alain
NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh)
Stars: ✭ 4,287 (+26693.75%)
Mutual labels:  ng-zorro-antd
angular-springboot-demo
旅馆管理系统
Stars: ✭ 91 (+468.75%)
Mutual labels:  ng-zorro-antd
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (+143.75%)
Mutual labels:  ng-zorro-antd
ng-antd-admin
A angular style Admin based on angular, ng-zorro-antd,Efforts to update in progress...
Stars: ✭ 53 (+231.25%)
Mutual labels:  ng-zorro-antd
blog
📝 Dev blogs.
Stars: ✭ 17 (+6.25%)
Mutual labels:  ng-zorro-antd
nz-schema-form
ng-zorro-antd form generation based on JSON-Schema
Stars: ✭ 40 (+150%)
Mutual labels:  ng-zorro-antd
demo-ng-zorro-antd
基于 ng-zorro-antd 的后台管理系统,支持国际化
Stars: ✭ 40 (+150%)
Mutual labels:  ng-zorro-antd
IdleSpace2
IdleSpace 2
Stars: ✭ 20 (+25%)
Mutual labels:  ng-zorro-antd

ng-zorro-antd-extra

ng-zorro-antd extra episode!

so as to consider future compatibility in ng-zorro-antd 3.x, ng-list-antd was changed to ng-zorro-antd-extra.

NPM version Build Status

Demo

Live Demo

Dependencies

  • ng-zorro-antd ^0.6.0

INCLUCE COMPONENTS

Name API Status
nz-list link Finished
nz-card link Finished
nz-divider link Finished
nz-icon link Finished
nz-radio-extra link #f03c15 Deprecated

Usage & Installation

Install ng-zorro-antd-extra from npm

npm install ng-zorro-antd-extra --save

Import the NzListModule in to your root AppModule.

Important: Don't use NgZorroAntdModule.forRoot() load all modules, should be like app.modules.ts method.

import { NgZorroAntdExtraModule } from 'ng-zorro-antd-extra';
// or
// import { NzListModule, NzCardModule, NzDividerModule } from 'ng-zorro-antd-extra';

@NgModule({
    imports: [
        NgZorroAntdExtraModule.forRoot()
    ]
})
export class AppModule { }

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

License

The MIT License (see the LICENSE file for the full text)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].