0.7.2 ā€¢ Published 4 years ago

ngx-domarrow v0.7.2

Weekly downloads
36
License
-
Repository
github
Last release
4 years ago

ngx-domarrow

This library brings domarrow to Angular 2+.

See demo.

Install

npm install ngx-domarrow

Usage

  1. Add declaration to your app.module.ts
import { NgxDomarrowModule } from 'ngx-domarrow';

@NgModule({
  imports: [
    ....,
    NgxDomarrowModule
  ],
  ...
})
  1. Add it to your template.
<ngx-domarrow from="#image-1" to="#image-2" [tail]="true" [onlyVisible]="true"
        color="red" text="Hello world"></ngx-domarrow>

<ngx-domarrow from="#image-1" to="#image-2" [head]="true" [tail]="true"
        color="#0000FF"></ngx-domarrow>


<ngx-domarrow from="#single" to=".multiple" [tail]="true"
        color="#0000FF"></ngx-domarrow>

Full list of properties => ./lib/src/lib/ngx-domarrow.component.ts

Contribute

npm install
npm run build
npm run test
npm run lint

Publish

Update package version into lib/package.json

npm run build
cd dist/ngx-domarrow/
npm publish

Credits

šŸ‘ Thanks to Bela Schaum for building domarrow.

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.6.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago

0.0.1

4 years ago