@sislmd/ui-lib
v1.2.4
Published
Biblioteca de Componentes dos Sistemas do SISLMD - CASNAV
Downloads
40
Maintainers
Readme
UI Lib
Biblioteca de Estilos e componentes a ser utilizada pelos projetos do CASNAV.
Esta biblioteca dá acesso a alguns componentes genéricos, algumas folhas de estilo globais, arquivo com variáveis de estilo (com cores, tamanhos, etc.), alguns serviços (como o de Mensageria), e algumas classes utilitárias (como por exemplo a configuração de localização para o componente de input de datas).
Esta biblioteca foi gerada a partir do Angular CLI, versão 12.2.0.
Code scaffolding
Run ng generate component component-name --project ui-lib
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ui-lib
.
Note: Don't forget to add
--project ui-lib
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build ui-lib
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ui-lib
, go to the dist folder cd dist/ui-lib
and run npm publish
.
Running unit tests
Run ng test ui-lib
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.