How to create simple redirect on click on some button in Angular 2? Already tried:
import {Component, OnInit} from \'angular2/core\'; import {Router, ROUTER_
window.location.reload();
does the trick