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 |
How to configure angular routes?
What are the new features of angular 2? Why you used angular 2?
What is service? Why use?
Explain directives in angular js
What is difference between angular and angularjs?
What is the possible order of life-cycle hooks?
Why do we use angular material?
List some of the built-in validators in angularjs?
What are pipes in angular 2? Explain?
What is Data Binding? How Many Types Of Data Binding Directives Are Provided By AngularJS?
What is typescript ?
What's new in angular 8?