0.1.3 • Published 6 years ago

avanade-carenet-sync v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

CarenetSync Provider

Carenet SDK (F version)

Usage

# install
yarn add carenet-sync

# import package
import { CarenetSync } from 'carenet-sync';
NgModule({
  declarations: [AppComponent, CarenetSync],
  ...
})

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# Just use as a component
<carenet-sync url="{your_url}" (processed)="onProcessed($event)"></carenet-sync>
<div *ngIf="data && data.length > 0;">
  {{ data }}
</div>