hn-ui

An Components for Angular

Usage no npm install needed!

<script type="module">
  import hnUi from 'https://cdn.skypack.dev/hn-ui';
</script>

README

Hn-ui

  • 基于 Angular、ng-zorro-antd 拓展的组件库。
  • 目的:配置化开发,让开发更简单

文档及 demo

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

安装使用


# 安装
npm install hn-ui --save

# 使用
import { HnUiModule } from 'hn-ui';

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