# Relinns Angular UI Kit

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.

## To use this library you must implement following:
You must import scss used by library in global.scss
```
@import url('../node_modules/relinns-angular-ui-kit/styles.scss');
```

Matter Fonts have been used in library.
<!-- 
## Guidelines for Change log management

There can be following possible section in changelog:

* Added: New features or functionalities.
* Changed: Modifications to existing features.
* Fixed: Bugs and issues resolved.
* Deprecated: Features or functionalities scheduled for removal in the future.
* Removed: Features or functionalities removed from the codebase.

Each section of change log file should contain following in entry:

* Version: The version number associated with the change.
* Date: The date of the change (optional).
* Description: A clear and concise explanation of the change.
* Author(s): Mention contributors involved in the change (optional).
* Issue links: Link relevant issue tracker entries (e.g., GitHub issues) for detailed information. -->

## Notes
We have provided a component name 'app-shared-components. Use can import it and use it in template to view common components provided via this library.

<!-- ## Code scaffolding

Run `ng generate component component-name --project angular-common` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project angular-common`.
> Note: Don't forget to add `--project angular-common` or else it will be added to the default project in your `angular.json` file. 

## Build

Run `ng build angular-common` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build angular-common`, go to the dist folder `cd dist/angular-common` and run `npm publish`.

## Running unit tests

Run `ng test angular-common` 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.dev/tools/cli) page. -->
