export class Routes { static $inject: Array = ['$stateProvider']; constructor($stateProvider: ng.ui.IStateProvider) { $stateProvider.state('chroma.site-selection', { url: '/site-selection', views: { 'content': { template: '' } } }); } }