pm-sticky-notes
v1.2.4
Published
Sticky Notes
Downloads
16
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:
yourData
should be in Array andyourData
holds two parameter which istitle
anddescrption
.
Further help
You can drop a mail at [email protected]
.