1.2.4 • Published 5 years ago
pm-sticky-notes v1.2.4
StickyNotes
This library was generated with Angular CLI version 10.2.4.
Getting Started
Install the package :
npm i pm-sticky-notes
Import the module : import { StickyNotesModule } from 'pm-sticky-notes';
Add StickyNotesModule to your root module Imports.
imports: [ BrowserModule, FormsModule,StickyNotesModule ]
Usage
In Your Component add the selector
<sticky-notes (onblur)="YourFunctionHere($event)" [data]="yourData"></sticky-notes>
Note:
yourDatashould be in Array andyourDataholds two parameter which istitleanddescrption.
Further help
You can drop a mail at mishrapavan58@gmail.com.