Angular - Routing
Which Angular directive is used to specify which named
<router-outlet> should render a particular route?<router-outlet> should render a particular route?outlet property to specify which named <router-outlet> renders the component.routerLink is for navigation, routerOutletName is not a valid directive, and component specifies the component class.outlet property specifies the named router outlet. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions