ngx-form-rules 0.0.2 โ 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,37 @@
|
|
|
1
1
|
# ngx-form-rules
|
|
2
2
|
|
|
3
|
-
<p align="center"><img src="https://bdprescription.com/npm-package/
|
|
3
|
+
<p align="center"><img src="https://bdprescription.com/npm-package/ng-package.png" height="200px" align="center" alt="JS Beautifier"></p>
|
|
4
4
|
|
|
5
|
-
<p align="center">๐๏ธ๐๏ธ๐๏ธ BL2 JS REPORT ๐๏ธ๐๏ธ๐๏ธ</p>
|
|
6
5
|
<p align="center"><a href="#">
|
|
7
6
|
<img alt="Join the chat" src="https://bdprescription.com/npm-package/JoinChat.svg"></a>
|
|
8
7
|
<a href="https://www.linkedin.com/in/bulbulsarker/" target="_blank">
|
|
9
8
|
<img alt="Linkedin Follow" src="https://bdprescription.com/npm-package/linkedins.svg">
|
|
10
9
|
</a>
|
|
11
10
|
</p>
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
|
|
12
|
+
### Form Design
|
|
13
|
+
Easily enable and disable Angular reactive form fields using simple rules
|
|
14
|
+
|
|
15
|
+
<p align="center"><a href="#" target="_blank"><img alt="NPM stats" src="https://bdprescription.com/npm-package/ng-package-bg.png"></a></p>
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## Description
|
|
19
|
+
```
|
|
20
|
+
A lightweight Angular library that makes it easy to enable, disable, and control reactive form fields using simple, declarative rules. Built for Angular Reactive Forms with zero dependencies.
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### ngx-reactive-form-rules
|
|
24
|
+
|
|
25
|
+
Easily enable and disable Angular reactive form fields using simple rules.
|
|
26
|
+
|
|
27
|
+
`ngx-reactive-form-rules` helps you control form behavior (enable, disable, clear values) based on other field valuesโwithout writing repetitive subscription logic.
|
|
28
|
+
|
|
29
|
+
โ Works with Angular Reactive Forms
|
|
30
|
+
โ Lightweight and simple
|
|
31
|
+
โ No external dependencies
|
|
32
|
+
โ Perfect for dynamic forms
|
|
33
|
+
|
|
34
|
+
|
|
14
35
|
## Installation
|
|
15
36
|
|
|
16
37
|
```
|
|
@@ -121,4 +142,4 @@ export const RULES: FormRule[] = [
|
|
|
121
142
|
</app-textarea-field>
|
|
122
143
|
</div>
|
|
123
144
|
</form>
|
|
124
|
-
```
|
|
145
|
+
```
|