I just recently started using angular 4 instead of angular.js 1.
I have followed the heroes tutorial to learn about the fundamentals of angular 4 and I am currently
You may have enough correct answers for your question but in case your IDE gives you the warning
Promise returned from navigate is ignored
you may either ignore that warning or use this.router.navigate(['/your-path']).then().
this.router.navigate(['/your-path']).then()