Member
braeden
What are Pipes in Angular 2 ?
tyrel_franecki
Pipes in Angular 2 are used in templates in order to convert them into a content that is user-friendly and readable one within the interpolation braces that is {{release| date}}, here the symbol “|” denotes the pipe.