# UikitAuth

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

## Code scaffolding

Run `ng generate component component-name --project uikit-auth` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project uikit-auth`.
> Note: Don't forget to add `--project uikit-auth` or else it will be added to the default project in your `angular.json` file. 

## Build

Run `ng build uikit-auth` to build the project. The build artifacts will be stored in the `dist/` directory.

## Export lib in bit dev

To use this library in other projects it's exported first with bit dev, then , please follow the next commands
bit init : to initialize the bit dev project
bit login : Iff the account is already created
bit add libs/uikit-auth/* --main libs/uikit-auth/src/lib/uikit-auth.module.ts --id uikit-auth : add the principal module 
bit import bit.envs/compilers/angular --compiler
bit build
bit tag --all 0.0.9 in where 0.0.9 is the version actual
bit export dapi.lib-uikit-auth

## Install lib in other projects

Install first the bit cli
npm install bit-bin -g
bit init
bit login Just create an account in bit dev and login in thw cli


## Publishing

After building your library with `ng build uikit-auth`, go to the dist folder `cd dist/uikit-auth` and run `npm publish`.

## Running unit tests

Run `ng test uikit-auth` 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 README](https://github.com/angular/angular-cli/blob/master/README.md).

