ngx-local-pipe
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ngx-local-pipe

Weekly Downloads

35

Version

2.2.0

License

MIT

Unpacked Size

62.9 kB

Total Files

14

Last publish

Collaborators

  • x_jenka_x