To use a custom pipe in a template, you have to add it to the _____ array in the module.
- bootstrap
- declarations
- imports
- providers
To use a custom pipe in a template, you have to add it to the declarations array in the module.
Loading...
Related Quiz
- What is tree-shaking and how does the Ivy Renderer enhance it in Angular applications?
- In Angular, you can group together multiple form controls into a single logical unit using _____ .
- To transform the items emitted by an Observable and emit the transformation as an Observable, you can use the _____ operator.
- How does Angular Elements enable the usage of Angular components in non-Angular environments?
- How can you prevent an expression from being re-evaluated in every change detection cycle while using interpolation in Angular?