Direction: Choose the correct option
Q1.
How do you create a custom pipe?
Direction: Choose the correct option
Q2.
What method must a custom pipe implement?
Direction: Choose the correct option
Q3.
Where should you declare a custom pipe?
Direction: Choose the correct option
Q4.
Can a pipe accept parameters?
Direction: Choose the correct option
Q5.
What is the purpose of the `pure` property in @Pipe?
Direction: Choose the correct option
Q6.
What is the difference between pure and impure pipes?
Direction: Choose the correct option
Q7.
Can a custom pipe use dependency injection?
Direction: Choose the correct option
Q8.
What is the return type of the `transform` method?
Direction: Choose the correct option
Q9.
What is the `PipeTransform` interface?
Direction: Choose the correct option
Q10.
How many parameters can the `transform` method have?
