Skip to content

一个基于ng-zorro-antd的angular组件库

Notifications You must be signed in to change notification settings

piluohen/ang-ui

Repository files navigation

Ang-ui

基于Angular、Ant Design for Angular拓展的组件库。 目的:让开发更简单

文档及demo

https://piluohen.github.io/ang-ui/

安装使用

# 安装
npm install ang-ui --save

# 使用
import { AngUiModule } from 'ang-ui';

@NgModule({
  imports: [
    CommonModule,
    AngUiModule,
  ],
  declarations: [],
  providers: [],
  exports: []
})

特别说明

0.0.x版本为本人angular初步学习开发版本。因本人对angular的熟知程度,组件功能可能变动较大,组件也在慢慢积累开发中。故建议仅供学习参考,请勿在生产环境中使用。