4.18.0 • Published 2 years ago

@cartesian-ui/ng-axis v4.18.0

Weekly downloads
38
License
-
Repository
-
Last release
2 years ago

@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

4.16.0

2 years ago

4.17.0

2 years ago

4.18.0

2 years ago

4.15.0

3 years ago

4.15.1

3 years ago

4.15.2

3 years ago

4.15.3

3 years ago

4.9.1

3 years ago

4.11.0

3 years ago

4.12.0

3 years ago

4.13.0

3 years ago

4.14.0

3 years ago

4.13.1

3 years ago

4.10.0

3 years ago

4.9.0

3 years ago

4.8.5

3 years ago

4.8.4

3 years ago

4.8.3

3 years ago

4.8.2

3 years ago

4.8.1

3 years ago

4.8.0

4 years ago

4.7.0

4 years ago

4.6.0

4 years ago

4.5.1

4 years ago

4.5.0

4 years ago

4.4.1

4 years ago

4.4.0

4 years ago

4.3.0

4 years ago

4.2.1

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago