When you want a component to render content into its template from outside, you use a _____.
- Directive
- Module
- Pipe
- Service
When you want a component to render content into its template from outside, you use a Directive.
Loading...
Related Quiz
- When testing a pipe, you need to check if the ______ is transformed correctly to the desired output.
- Which RxJS operator is commonly used to filter items emitted by an Observable based on a condition?
- When testing an Angular service, why might you use a spy?
- When a service is provided at the root level, it is available throughout the entire _____.
- In Angular, how can you ensure that your service correctly handles HTTP errors during testing?