[![MIT License][license-image]][license] [](https://stackblitz.com/edit/stackblitz-starters-s3ru66?file=src%2Fmain.ts)
npm install ngx-compass
npm install ngx-compass --save
`
Usage
With Angular module
`
...
import {NgxCompassModule} from 'ngx-compass';
@NgModule({
imports: [
...
NgxCompassModule
],
})
`
Call component selector as
`
`
or with all available inputs
`
[rotate]="value"
[width]="330"
[mode]="'light'"
[angleUnit]="30"
>
``