2.2.0 • Published 6 months ago

ngx-local-pipe v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Simple local pipe, fully typed, see: https://github.com/angular/angular/issues/25976

How to use

  1. install by running npm i ngx-local-pipe
  2. add NgxLocalPipeModule to your module imports

Example

component template

componentMethod | ngxLocalPipe : firstArgument : secondArgument : thirdArgument ...etc

component class

public componentMethod(firstArgument, secondArgument, thirdArgument, ...) {
  ...
}

componentMethod should be a pure function, do not use this inside

2.2.0

6 months ago

2.1.0

12 months ago

2.0.3

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago