0.0.4 • Published 4 years ago

task-note v0.0.4

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

#Getting Started

Step 1: Install task-note:

$ npm install task-note

Step 2: Import the TaskNoteModule module:

import {TaskNoteModule} from 'task-note'; 

@NgModule({ 
    declarations: [AppComponent],
    imports: [TaskNoteModule],
    bootstrap: [AppComponent]
})

export class AppModule {}

#API

##Inputs

[notes] => Array<any>[]
[option]={ userId: string, userImages: string,buttonText: string }
[dateKey]= string For sotting the notes

##Outputs (submit) => Fire when click on post button

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago