ngx-ws 1.1.3 → 1.1.5
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 +3 -2
- package/bundle.js +2 -0
- package/package.json +4 -3
package/README.md
CHANGED
@@ -53,11 +53,12 @@ Let `ngx-ws` handle the generation of `angular.json` for you!
|
|
53
53
|
- 📝 Supports [YAML](https://yaml.org/) and [JSON5](https://json5.org/) formats
|
54
54
|
- 🔗 Handles [JSON References](https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03) for modular configuration
|
55
55
|
- 🔄 Recursive variable interpolation for flexible templating
|
56
|
-
- 🛠️ Simplifies configuration of [scripts, styles, and assets](https://angular.
|
56
|
+
- 🛠️ Simplifies configuration of [scripts, styles, and assets](https://angular.dev/reference/configs/workspace-config#styles-and-scripts-configuration)
|
57
57
|
|
58
58
|
---
|
59
59
|
|
60
|
-
|
60
|
+
## 🧩 Example
|
61
|
+
|
61
62
|
See the [ngx-ws-example](https://github.com/art-ws/ngx-ws-example) repository.
|
62
63
|
Pay special attention to [angular-workspace.yaml](https://github.com/art-ws/ngx-ws-example/blob/main/angular-workspace.yaml) and [angular-project.yaml](https://github.com/art-ws/ngx-ws-example/blob/main/projects/app1/angular-project.yaml).
|
63
64
|
|