- 提供常用的表单控件校验器:
arrLength
,equal
,fileSize
,fileType
,required
,whitespace
; - 支持通过DI设置common error info;
- 支持组件的更新策略为
ChangeDetectionStrategy.OnPush
; - 支持在
standalone component
中使用; - 支持以
standalone component
的方式引入
@bigbear713/nb-form | @angular/core |
---|---|
^12.0.0 | ^12.0.0 |
^13.0.0 | ^13.0.0 |
^14.0.0 | ^14.0.0 |
^15.0.0 | ^15.0.0 |
^16.0.0 | ^16.0.0 |
^17.0.0 | ^17.0.0 |
^18.0.0 | ^18.0.0 |
$ npm i @bigbear713/nb-form
// or
$ yarn add @bigbear713/nb-form
- 安装依赖:
npm i
- 编译nb-form库
npm run build:lib
- 运行nb-form单元测试
npm run test:lib
- 启动demo项目
npm start
- 部署demo
npm run build
欢迎提feature和PR,一起使该项目更好
MIT