Skip to content

Commit

Permalink
Merge pull request #12 from bigBear713/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bigBear713 authored Dec 31, 2022
2 parents 2c6a0b3 + ea9d7f1 commit b71b6ca
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/249.179c4a768e318e00.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head>
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>NbForm</title>
<base href="/nb-form/">
Expand All @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.e967317e22394954.js" type="module"></script><script src="polyfills.81b5a0ac59214453.js" type="module"></script><script src="main.3bb38a3889c1a1aa.js" type="module"></script>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.a728ddb9b41d1fde.js" type="module"></script>

</body></html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head>
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>NbForm</title>
<base href="/nb-form/">
Expand All @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.e967317e22394954.js" type="module"></script><script src="polyfills.81b5a0ac59214453.js" type="module"></script><script src="main.3bb38a3889c1a1aa.js" type="module"></script>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.a728ddb9b41d1fde.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion docs/main.3bb38a3889c1a1aa.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.a728ddb9b41d1fde.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/polyfills.0d1c48b529314817.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.81b5a0ac59214453.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/runtime.1b581a2fa8e17068.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/runtime.e967317e22394954.js

This file was deleted.

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 b71b6ca

Please sign in to comment.