@maro-tech/form 0.0.7 → 0.0.9
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 +1 -1
- package/fesm2022/maro-tech-form.mjs +72 -72
- package/fesm2022/maro-tech-form.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Reusable Angular form controls and a schema-driven form engine for Maro Tech app
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @maro-tech/form @maro-tech/
|
|
8
|
+
npm install @maro-tech/form @maro-tech/core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The package uses the application API through relative `/api` endpoints. The consuming application must provide Angular `HttpClient` and the Tailwind content path for both packages.
|