What are pipes in angular 2? Explain?



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

Post New Answer

More AngularJS Interview Questions

What is the difference between structural directive and attribute directive in angular 7?

1 Answers  


What is difference between constructor and ngoninit?

1 Answers  


What is factory method?

1 Answers  


What is typescript in Angular 8?

1 Answers  


What is @injectable()?

1 Answers  


What is decorator in angular 2?

1 Answers  


What is command for create & execute project in angular 4?

1 Answers  


What is authguard?

1 Answers  


What is angular 4? What’s new in angular 4?

1 Answers  


Explain ng-disabled directive?

1 Answers  


What is linking function? What are post linking and pre-linking functions?

1 Answers  


Is angular 7 stable version?

1 Answers  


Categories