How to create simple redirect on click on some button in Angular 2? Already tried:
import {Component, OnInit} from \'angular2/core\'; import {Router, ROUTER_
in your html file right this code.
Cancel
in your component.ts file right this code.
constructor(private router:Router) { } btnClick(){ this.router.navigateByUrl("/payment"); }