0.0.10 • Published 6 years ago

pwp-shared v0.0.10

Weekly downloads
41
License
-
Repository
github
Last release
6 years ago

Pwp Shared Module

Pwp Shared Module is collections of pipe for help you to build application ongular

NPM Version Linux Build Test Coverage

Install

npm i pwp-shared

Pipes Libraries

Usage

Import PwpSharedModule on your apps module

List Of Pipe

  • DatePipeCustom convert date to string with month on bahasa, ex: 2019-02-03T09:01:32.607 became 03 Februari 2019 for long date and 03 Feb 2019 for short date
  • TruncatePipe truncate your string, default is 150 char
  • StripHtmlPipe Remove html tag
  • SafeHtmlPipe For safe html(inner html)

Pagination Module

Pagination component

Usage

Import PaginationModule

API

NameDescripstion
@Input() offset(0): numberPage Number or offset pagination
@Input() limit(20): numberLimit for content pagination
@Input() totalData(0): numberTotal of data
@Input() currentPage(1): numberCurrent Page
@Ouput() paginationClick(): voidTriggered when page changing

License

MIT

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago