ngx-iso-form-enterprise 1.0.0 → 1.1.0

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,13 +47,13 @@ ng add @angular/material@20
47
47
  ### Install the Library
48
48
 
49
49
  ```bash
50
- npm install ngx-iso-form
50
+ npm install ngx-iso-form-enterprise
51
51
  ```
52
52
 
53
53
  ### Import Module and SCSS
54
54
 
55
55
  ```typescript
56
- import { NgxIsoFormModule } from 'ngx-iso-form';
56
+ import { NgxIsoFormModule } from 'ngx-iso-form-enterprise';
57
57
  import { HttpClient, provideHttpClient } from '@angular/common/http';
58
58
 
59
59
  // register license key
@@ -84,7 +84,7 @@ Add the style file to `angular.json`:
84
84
 
85
85
  ```json
86
86
  "styles": [
87
- "node_modules/ngx-iso-form/lib/styles/index.scss"
87
+ "node_modules/ngx-iso-form-enterprise/lib/styles/index.scss"
88
88
  ]
89
89
  ```
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-iso-form-enterprise",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.",
5
5
  "author": "Abhishek Joshi - swift_mx@outlook.com.au",
6
6
  "homepage": "https://swiftmx.co/ngx-iso-form/",