structra-ui 0.1.39 → 0.1.40

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install structra-ui ag-grid-community ag-grid-angular
18
18
 
19
19
  ## AG Grid (grid)
20
20
 
21
- Regista módulos e o tema global **uma vez** antes de abrir qualquer grid (ex.: `main.ts`):
21
+ Registre os módulos Community uma vez no main.ts (antes do bootstrapApplication):
22
22
 
23
23
  ```ts
24
24
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",