How to reload a page in angular2.
While searching over the network, I received the code "this._router.renavigate()" to reload the page, but it does not seem to work with the latest version of angular2.
Another way is 'window.location.reload()' , but this is not an angular way to do this.
angular angular2-routing
Krishna
source share