Simple local pipe, fully typed, see: angular/angular#25976
- install by running
npm i ngx-local-pipe
- add
NgxLocalPipeModule
to your module imports
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