carenet-sync

0.0.2 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i carenet-sync

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

736 kB

Total Files

15

Last publish

Collaborators

  • carenetapps