Manish Jain
Member since May 19, 2018
- Profile: /members/13748-manish-jain.htm
- Comments: 1
Recent Blog Comments By Manish Jain
-
Closing Secondary Router-Outlet Views From Within The Named-Route View Components In Angular 4.4.4
Posted on May 19, 2018 at 12:20 PM
For routing, angular.io docs are so insufficient. Thanks for filling the gap. For angular 5 I used this: router.navigate([{outlets: {right: null, primary: ['a']}}]); Here's link: https://github.com/angular/angular/issues/5122... read more »