feat(router): add support for hash-based location

Closes #2555
This commit is contained in:
Brian Ford
2015-06-15 14:34:14 -07:00
parent 0a51ccbd68
commit a67f2314f9
2 changed files with 33 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export {RouterLink} from './src/router/router_link';
export {RouteParams} from './src/router/instruction';
export {RouteRegistry} from './src/router/route_registry';
export {LocationStrategy} from './src/router/location_strategy';
export {HashLocationStrategy} from './src/router/hash_location_strategy';
export {HTML5LocationStrategy} from './src/router/html5_location_strategy';
export {Location, appBaseHrefToken} from './src/router/location';
export {Pipeline} from './src/router/pipeline';