I am trying to navigate to a another page by clicking a button but it fails to work. What could be the problem. I am now learning angular 2 and it\'s a bit tough for me now.
Add import { Router } from '@angular/router'; btnClick= function () { this.router.navigate(['/user']); };