Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 2.25 KB

README.CN.md

File metadata and controls

97 lines (71 loc) · 2.25 KB

@bigbear713/nb-form

Angular common form lib by bigBear713.

OnlineDemo

Bug Report

Feature Request


Document


Changelog


Readme


Feature

  • 提供常用的表单控件校验器:arrLength, equal, fileSize, fileType, required, whitespace;
  • 支持通过DI设置common error info;
  • 支持组件的更新策略为ChangeDetectionStrategy.OnPush;
  • 支持在standalone component中使用;
  • 支持以standalone component的方式引入

Version

nb-form的大版本和Angular的大版本保持对应关系
@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

Installation

$ npm i @bigbear713/nb-form
// or
$ yarn add @bigbear713/nb-form

启动demo项目

  • 安装依赖:
npm i
  • 编译nb-form库
npm run build:lib
  • 运行nb-form单元测试
npm run test:lib
  • 启动demo项目
npm start
  • 部署demo
npm run build

贡献者

欢迎提feature和PR,一起使该项目更好

bigBear713

License

MIT