Top "Angular2-custom-pipes" questions

Custom sorting pipe for Angular 6

I am trying to sort my data in the ngFor loop , but my custom pipe doesnot work as intened , can …

angular sorting angular2-custom-pipes
Angular custom pipe not be found

In my application I need a custom pipe globally, I try to implement it following angular pipe but i see …

angular angular2-custom-pipes
Angular 2 - How to use build-in pipe inside custom pipe

I want to make a custom currency pipe using the built-in currency pipe. The way I want to use is {{ …

angular angular-pipe angular2-custom-pipes