structra-ui 0.2.58 → 0.2.60

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 CHANGED
@@ -1,26 +1,26 @@
1
- # structra-ui
2
-
3
- Biblioteca de componentes para projetos **Angular**.
4
- **Site oficial**: [StructraLab](https://structralab.com/).
5
-
6
- ## Instalar
7
-
8
- ```bash
9
- npm install structra-ui
10
- ```
11
- ## AG Grid (grid)
12
-
13
- Registre os módulos Community uma vez no main.ts (antes do bootstrapApplication):
14
-
15
- ```ts
16
- import {
17
- AllCommunityModule,
18
- ModuleRegistry,
19
- } from 'ag-grid-community';
20
-
21
- ModuleRegistry.registerModules([AllCommunityModule]);
22
- ```
23
-
24
- ## Licença
25
-
26
- MIT
1
+ # structra-ui
2
+
3
+ Biblioteca de componentes para projetos **Angular**.
4
+ **Site oficial**: [StructraLab](https://structralab.com/).
5
+
6
+ ## Instalar
7
+
8
+ ```bash
9
+ npm install structra-ui
10
+ ```
11
+ ## AG Grid (grid)
12
+
13
+ Registre os módulos Community uma vez no main.ts (antes do bootstrapApplication):
14
+
15
+ ```ts
16
+ import {
17
+ AllCommunityModule,
18
+ ModuleRegistry,
19
+ } from 'ag-grid-community';
20
+
21
+ ModuleRegistry.registerModules([AllCommunityModule]);
22
+ ```
23
+
24
+ ## Licença
25
+
26
+ MIT