iNet Angular Core
===
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]

Provides API for iNet Angular Core 

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

- TypeScript 4.2.3
- RxJS 6.6.7 (This library serves as a bridge between the Reactive Extensions for JavaScript (RxJS) and AngularJS)
https://github.com/Reactive-Extensions/RxJS
- Compatibility with Angular 12

## Build
- Prepare
```
npm install
```
- Build module

Run `npm run build` to build the project for a module.


Contributors:
===
- Vy Nguyen <ntvy@inetcloud.vn>
- Hanh Le <hanhld@inetcloud.vn>

Version:
===
Given a version number MAJOR.MINOR.PATCH, increment the:

- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards-compatible manner
- PATCH version when you make backwards-compatible bug fixes.

[npm-url]: https://npmjs.org/package/inet-core
[npm-version-image]: http://img.shields.io/npm/v/inet-core.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/inet-core.svg?style=flat
[downloads-url]: https://npmcharts.com/compare/inet-core?minimal=true
