# 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](https://github.com/angular/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 your `angular.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](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
