ang-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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的熟知程度,组件功能可能变动较大,组件也在慢慢积累开发中。故建议仅供学习参考,请勿在生产环境中使用。

Readme

Keywords

none

Package Sidebar

Install

npm i ang-ui

Weekly Downloads

8

Version

0.0.11

License

none

Unpacked Size

573 kB

Total Files

56

Last publish

Collaborators

  • piluohen