@apolo-casnav/apolo-lib
v0.0.7
Published
Biblioteca de Componentes do Apolo - CASNAV
Downloads
17
Maintainers
Readme
ApoloLib
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 apolo-lib
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project apolo-lib
.
Note: Don't forget to add
--project apolo-lib
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build apolo-lib
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build apolo-lib
, go to the dist folder cd dist/apolo-lib
and run npm publish
.
Running unit tests
Run ng test apolo-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.