1.2.4 • Published 3 years ago

pm-sticky-notes v1.2.4

Weekly downloads
90
License
-
Repository
-
Last release
3 years ago

StickyNotes

This library was generated with Angular CLI version 10.2.4.

Online Demo(stackblitz)

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 and yourData holds two parameter which is title and descrption.

Further help

You can drop a mail at mishrapavan58@gmail.com.

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago