What is impure pipe in angular?



What is impure pipe in angular?..

Answer / Om Prakash Kharwar

In Angular, a pipe is a functional programming concept used for transforming data. An impure pipe modifies its input and may have side effects, such as making network requests or manipulating the DOM. This differs from a pure pipe, which produces the same output given the same input without side effects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How to configure angular routes?

1 Answers  


What are the new features of angular 2? Why you used angular 2?

1 Answers  


What is service? Why use?

1 Answers  


Explain directives in angular js

1 Answers  


What is difference between angular and angularjs?

1 Answers  


What is the possible order of life-cycle hooks?

1 Answers  


Why do we use angular material?

1 Answers  


List some of the built-in validators in angularjs?

1 Answers  


What are pipes in angular 2? Explain?

1 Answers  


What is Data Binding? How Many Types Of Data Binding Directives Are Provided By AngularJS?

1 Answers  


What is typescript ?

1 Answers  


What's new in angular 8?

1 Answers  


Categories