pm-sticky-notes
v1.2.4
Published
Sticky Notes
Maintainers
Readme
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 [email protected].
