Sunday, December 10, 2017

window.location.href = "/whatever";

...kinda needs to be used in TypeScript/Angular in lieu of:

window.location = "/whatever";

No comments:

Post a Comment