ngx-cho-components 3.3.0 → 4.0.1
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# NgxChoComponents
|
|
2
2
|
|
|
3
|
-
`ngx-cho-components` is the canonical home for reusable rendered UI across CHO Angular applications. Version
|
|
3
|
+
`ngx-cho-components` is the canonical home for reusable rendered UI across CHO Angular applications. Version 4 targets Angular 19 and PrimeNG 19 and has no Bootstrap, ng-bootstrap, PrimeFlex, Tailwind-presentation, toast, or spinner dependency.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install --save-exact ngx-cho-common@
|
|
8
|
+
npm install --save-exact ngx-cho-common@4.0.1 ngx-cho-components@4.0.1
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Applications must provide compatible Angular Common, Core, and Forms packages plus PrimeNG 19.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-cho-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^19.2.0",
|
|
6
6
|
"@angular/core": "^19.2.0",
|
|
7
7
|
"@angular/forms": "^19.2.0",
|
|
8
|
-
"ngx-cho-common": "^
|
|
8
|
+
"ngx-cho-common": "^4.0.1",
|
|
9
9
|
"primeng": "^19.0.0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|