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.
Files changed (2) hide show
  1. package/README.md +26 -5
  2. 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/01.svg" height="200px" align="center" alt="JS Beautifier"></p>
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
- <p align="center"><a href="#" target="_blank"><img alt="NPM stats" src="https://bdprescription.com/npm-package/install-01.png"></a></p>
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
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-form-rules",
3
- "version": "0.0.2",
3
+ "version": "1.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/bulbul5391/ngx-form-rules.git"