A

Admin • 828.03K Points
Coach

Q. How do you apply a custom pipe in Angular?

  • (A) Using the pipe symbol `|`
  • (B) Using `@Pipe()`
  • (C) Using `[pipe]` binding
  • (D) Using `@Directive()`
  • Correct Answer - Option(A)
  • Views: 5
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
Custom pipes are used in templates with the pipe symbol like `{{ value | customPipe }}`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.