@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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barcidev/ngx-autogen",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A collection of Angular schematics for essential functionalities.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {