Giter Club home page Giter Club logo

ng-zorro-antd-extra's Introduction

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)

ng-zorro-antd-extra's People

Contributors

cipchk avatar

Watchers

James Cloos avatar 杨明明 avatar

Forkers

meepobrother

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.