Facing problem while child routing in angular2 that how to highlight the active route. i know for parent routing we can use
routerLinkActive="active"
but in case of child routing i have to highlight parent as well as child route both. how to do this ?
referring from here