Angular 7+ for Components
npm install ng-arthur-mobileAn UI components based on Angular. ng-arthur-mobile.

We recommend using @angular/cli to install. It not only makes development easier, but also allows you to take advantage of the rich ecosystem of angular packages and tooling.
``bash`
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ npm install @ng-arthur-mobile/common @ng-arthur-mobile/core @ng-arthur-mobile/http
> More information about @angular/cli here.
You can also install ng-arthur-mobile with npm or yarn
`bash`
$ npm install ng-arthur-mobile
Import the module into every module where you want to use the components.
`ts
``