Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigBear713 committed Dec 31, 2022
1 parent 2c6a0b3 commit 15fb92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/nb-form/README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Angular common form lib by bigBear713.
- Provide the common validators: `arrLength`, `equal`, `fileSize`, `fileType`, `required`, `whitespace`. You can see the definition below;
- Support to use DI to set common error info;
- Support the changeDetection of components as `ChangeDetectionStrategy.OnPush`;
- Support to used in `standalone component`;

<br>

Expand Down
1 change: 1 addition & 0 deletions projects/nb-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Angular common form lib by bigBear713.
- 提供常用的表单控件校验器:`arrLength`, `equal`, `fileSize`, `fileType`, `required`, `whitespace`。具体见下方校验器的定义;
- 支持通过DI设置common error info;
- 支持组件的更新策略为`ChangeDetectionStrategy.OnPush`;
- 支持在`standalone component`中使用;

<br>

Expand Down

0 comments on commit 15fb92e

Please sign in to comment.