The router-outlet directive acts as a _____ where the routed component is displayed.
- Container
- Directive
- Placeholder
- Router hub
The router-outlet directive acts as a placeholder where the routed component is displayed in Angular routing.
Loading...
Related Quiz
- In an Angular application, how would you use the async pipe to ensure that a component automatically unsubscribes from an Observable when the component is destroyed?
- To check if a form control's value has been changed by the user, you can check the _____ property.
- A directive that changes the appearance or behavior of a DOM element is known as a(n) _____ directive.
- What is the main difference between the combineLatest and withLatestFrom operators in RxJS?
- To control how Angular should handle navigation extras when reusing a route, you can configure the _____ option.