What is pipe() function in Angular
Don’t get confused with the concepts of Angular and RxJS We have pipes concept in Angular and pipe() function in RxJS. 1) Pipes in Angular: A pipe takes in data as input and transforms it to the desired output https://angular.io/guide/pipes 2) pipe() function in RxJS: You can use pipes to link operators together. Pipes let … Read more