What are pipes in angular 2? Explain?
Answer / Ravi Prakash Singh
Pipes in Angular 2 allow you to transform data before it is displayed. For example, using the date pipe (|date) can format a JavaScript date object as a human-readable string. Pipes are applied through the pipe syntax in the template, e.g., {{ myDate | date }}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between structural directive and attribute directive in angular 7?
What is difference between constructor and ngoninit?
What is factory method?
What is typescript in Angular 8?
What is @injectable()?
What is decorator in angular 2?
What is command for create & execute project in angular 4?
What is authguard?
What is angular 4? What’s new in angular 4?
Explain ng-disabled directive?
What is linking function? What are post linking and pre-linking functions?
Is angular 7 stable version?