structra-ui 0.1.37 → 0.1.38
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 +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,14 +31,6 @@ import {
|
|
|
31
31
|
ModuleRegistry.registerModules([AllCommunityModule]);
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
## Estilos
|
|
35
|
-
|
|
36
|
-
Importe a lib em código (ex.: `import { TextFieldComponent } from 'structra-ui'`). O tema global acompanha; não precisa repetir CSS no `angular.json` por causa disso.
|
|
37
|
-
|
|
38
|
-
## Publicar a lib (monorepo `web-components`)
|
|
39
|
-
|
|
40
|
-
Na raiz do repositório: `npm run lib:build` (não use só `ng build structra-ui`).
|
|
41
|
-
|
|
42
34
|
## Licença
|
|
43
35
|
|
|
44
36
|
MIT
|