@barcidev/ngx-autogen 0.1.1 → 0.1.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.
- package/README.es.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README.es.md
CHANGED
|
@@ -23,7 +23,7 @@ El proyecto se lanza inicialmente con un enfoque en la gestión de estado, pero
|
|
|
23
23
|
Puedes instalar el paquete en tu proyecto Angular mediante angular cli para que se configure automáticamente el proyecto con las dependencias necesarias:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
ng add ngx-autogen
|
|
26
|
+
ng add @barcidev/ngx-autogen
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## 🛠️ Uso
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ The project is initially launched with a focus on state management, but is desig
|
|
|
23
23
|
You can install the package in your Angular project using Angular CLI so that the project is automatically configured with the necessary dependencies:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
ng add ngx-autogen
|
|
26
|
+
ng add @barcidev/ngx-autogen
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## 🛠️ Usage
|