When defining routes, the _____ property specifies which component should be displayed when a particular path is navigated to.
- component
- componentSelector
- componentToShow
- viewComponent
When defining routes, the component property specifies which component should be displayed when a particular path is navigated to.
Loading...
Related Quiz
- How do you track the validity and state of a form control in a template-driven form?
- How can you ensure that a lazily-loaded module is only downloaded when a specific condition is met?
- In Angular testing, what is the purpose of the async and fakeAsync utilities?
- You are testing a custom pipe that transforms user input into a URL-friendly format. What edge cases should you consider in your tests?
- The _____ decorator allows you to access route parameters within an Angular component.