@cartesian-ui/ng-axisdeprecated

Issues of this repository are tracked on https://github.com/orendalabs/cartesian.ui. Please create your issues on https://github.com/orendalabs/cartesian.ui/issues.

Usage no npm install needed!

<script type="module">
  import cartesianUiNgAxis from 'https://cdn.skypack.dev/@cartesian-ui/ng-axis';
</script>

README

@cartesian-ui/ng-axis

Important

Issues of this repository are tracked on https://github.com/orendalabs/cartesian.ui. Please create your issues on https://github.com/orendalabs/cartesian.ui/issues.

Installation

To install this library, run:

$ npm i @cartesian-ui/ng-axis --save

AxisHttpInterceptor

In order to use AxisHttpInterceptor, first import it into module like below;

import { AxisHttpInterceptor } from '@cartesian-ui/ng-axis';
import { HTTP_INTERCEPTORS } from '@angular/common/http';

then, add it to your module providers like below;

imports: [
    ///other imports
],
providers: [
    ///other providers
    { provide: HTTP_INTERCEPTORS, useClass: AxisHttpInterceptor, multi: true }
]

TenancyService

Import any other service e.g. TenancyService

import { TenancyService } from '@cartesian-ui/ng-axis';

License

MIT