function RouterService(){} RouterService.prototype = { navigate : function(url){ window.location.assign(url) } }