structra-ui 0.1.39 → 0.1.41
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 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,9 @@ Biblioteca **Angular 21** (componentes Structra). Exemplos: [StructraLab](https:
|
|
|
8
8
|
npm install structra-ui
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Com **npm 7+**, em geral o npm já traz os **peer dependencies** (incluindo AG Grid) junto.
|
|
12
|
-
|
|
13
|
-
Se for usar **grid** e quiser instalar a lib + AG Grid explicitamente (sempre a última versão que o npm resolver):
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm install structra-ui ag-grid-community ag-grid-angular
|
|
17
|
-
```
|
|
18
|
-
|
|
19
11
|
## AG Grid (grid)
|
|
20
12
|
|
|
21
|
-
|
|
13
|
+
Registre os módulos Community uma vez no main.ts (antes do bootstrapApplication):
|
|
22
14
|
|
|
23
15
|
```ts
|
|
24
16
|
import {
|