module.exports = function($routeProvider) { $routeProvider.when('/dashboard', {template: '<app-dashboard-page />'}) }