| 
									
										
										
										
											2015-04-17 09:59:56 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							|  |  |  |  * Maps application URLs into application states, to support deep-linking and navigation. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-21 19:58:45 -07:00
										 |  |  | export {Router} from './src/router/router'; | 
					
						
							| 
									
										
										
										
											2015-04-17 09:59:56 -07:00
										 |  |  | export {RouterOutlet} from './src/router/router_outlet'; | 
					
						
							|  |  |  | export {RouterLink} from './src/router/router_link'; | 
					
						
							|  |  |  | export {RouteParams} from './src/router/instruction'; | 
					
						
							| 
									
										
										
										
											2015-05-28 10:15:52 -07:00
										 |  |  | export {RouteRegistry} from './src/router/route_registry'; | 
					
						
							| 
									
										
										
										
											2015-06-22 12:14:19 -07:00
										 |  |  | export {LocationStrategy} from './src/router/location_strategy'; | 
					
						
							| 
									
										
										
										
											2015-06-15 14:34:14 -07:00
										 |  |  | export {HashLocationStrategy} from './src/router/hash_location_strategy'; | 
					
						
							| 
									
										
										
										
											2015-08-24 12:13:51 -07:00
										 |  |  | export {PathLocationStrategy} from './src/router/path_location_strategy'; | 
					
						
							| 
									
										
										
										
											2015-08-10 21:42:47 -07:00
										 |  |  | export {Location, APP_BASE_HREF} from './src/router/location'; | 
					
						
							| 
									
										
										
										
											2015-05-04 17:57:28 -07:00
										 |  |  | export * from './src/router/route_config_decorator'; | 
					
						
							| 
									
										
										
										
											2015-08-04 15:08:59 -07:00
										 |  |  | export * from './src/router/route_definition'; | 
					
						
							| 
									
										
										
										
											2015-07-13 16:13:20 -07:00
										 |  |  | export {OnActivate, OnDeactivate, OnReuse, CanDeactivate, CanReuse} from './src/router/interfaces'; | 
					
						
							|  |  |  | export {CanActivate} from './src/router/lifecycle_annotations'; | 
					
						
							| 
									
										
										
										
											2015-07-17 13:36:53 -07:00
										 |  |  | export {Instruction, ComponentInstruction} from './src/router/instruction'; | 
					
						
							| 
									
										
										
										
											2015-08-18 15:37:27 -07:00
										 |  |  | export {OpaqueToken} from 'angular2/angular2'; | 
					
						
							| 
									
										
										
										
											2015-08-20 13:19:18 -07:00
										 |  |  | export {ROUTE_DATA} from './src/router/route_data'; | 
					
						
							| 
									
										
										
										
											2015-05-01 05:53:58 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 12:14:19 -07:00
										 |  |  | import {LocationStrategy} from './src/router/location_strategy'; | 
					
						
							| 
									
										
										
										
											2015-08-24 12:13:51 -07:00
										 |  |  | import {PathLocationStrategy} from './src/router/path_location_strategy'; | 
					
						
							| 
									
										
										
										
											2015-05-01 05:53:58 -07:00
										 |  |  | import {Router, RootRouter} from './src/router/router'; | 
					
						
							| 
									
										
										
										
											2015-05-21 16:38:43 -07:00
										 |  |  | import {RouterOutlet} from './src/router/router_outlet'; | 
					
						
							|  |  |  | import {RouterLink} from './src/router/router_link'; | 
					
						
							| 
									
										
										
										
											2015-05-01 05:53:58 -07:00
										 |  |  | import {RouteRegistry} from './src/router/route_registry'; | 
					
						
							|  |  |  | import {Location} from './src/router/location'; | 
					
						
							| 
									
										
										
										
											2015-10-11 13:28:56 +02:00
										 |  |  | import {ApplicationRef, provide, OpaqueToken, Provider} from 'angular2/angular2'; | 
					
						
							| 
									
										
										
										
											2015-10-09 16:22:07 -07:00
										 |  |  | import {CONST_EXPR} from './src/core/facade/lang'; | 
					
						
							|  |  |  | import {BaseException} from 'angular2/src/core/facade/exceptions'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-03 12:55:08 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Token used to bind the component with the top-level {@link RouteConfig}s for the | 
					
						
							|  |  |  |  * application. | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-19 15:37:32 +01:00
										 |  |  |  * ### Example ([live demo](http://plnkr.co/edit/iRUP8B5OUbxCWQ3AcIDm))
 | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * ```
 | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * import {Component} from 'angular2/angular2'; | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * import { | 
					
						
							|  |  |  |  *   ROUTER_DIRECTIVES, | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  *   ROUTER_PROVIDERS, | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  *   RouteConfig | 
					
						
							|  |  |  |  * } from 'angular2/router'; | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * @Component({directives: [ROUTER_DIRECTIVES]}) | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * @RouteConfig([ | 
					
						
							|  |  |  |  *  {...}, | 
					
						
							|  |  |  |  * ]) | 
					
						
							|  |  |  |  * class AppCmp { | 
					
						
							|  |  |  |  *   // ...
 | 
					
						
							|  |  |  |  * } | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  * bootstrap(AppCmp, [ROUTER_PROVIDERS]); | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * ```
 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-09-03 12:55:08 -07:00
										 |  |  | export const ROUTER_PRIMARY_COMPONENT: OpaqueToken = | 
					
						
							|  |  |  |     CONST_EXPR(new OpaqueToken('RouterPrimaryComponent')); | 
					
						
							| 
									
										
										
										
											2015-05-21 16:38:43 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * A list of directives. To use the router directives like {@link RouterOutlet} and | 
					
						
							|  |  |  |  * {@link RouterLink}, add this to your `directives` array in the {@link View} decorator of your | 
					
						
							|  |  |  |  * component. | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-19 15:37:32 +01:00
										 |  |  |  * ### Example ([live demo](http://plnkr.co/edit/iRUP8B5OUbxCWQ3AcIDm))
 | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * ```
 | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * import {Component} from 'angular2/angular2'; | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  * import {ROUTER_DIRECTIVES, ROUTER_PROVIDERS, RouteConfig} from 'angular2/router'; | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * @Component({directives: [ROUTER_DIRECTIVES]}) | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  |  * @RouteConfig([ | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  *  {...}, | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  |  * ]) | 
					
						
							|  |  |  |  * class AppCmp { | 
					
						
							|  |  |  |  *    // ...
 | 
					
						
							|  |  |  |  * } | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  * bootstrap(AppCmp, [ROUTER_PROVIDERS]); | 
					
						
							| 
									
										
										
										
											2015-09-03 16:17:23 -07:00
										 |  |  |  * ```
 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  | export const ROUTER_DIRECTIVES: any[] = CONST_EXPR([RouterOutlet, RouterLink]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  * A list of {@link Provider}s. To use the router, you must add this to your application. | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-19 15:37:32 +01:00
										 |  |  |  * ### Example ([live demo](http://plnkr.co/edit/iRUP8B5OUbxCWQ3AcIDm))
 | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * ```
 | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * import {Component} from 'angular2/angular2'; | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * import { | 
					
						
							|  |  |  |  *   ROUTER_DIRECTIVES, | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  *   ROUTER_PROVIDERS, | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  *   RouteConfig | 
					
						
							|  |  |  |  * } from 'angular2/router'; | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-11 07:41:19 -07:00
										 |  |  |  * @Component({directives: [ROUTER_DIRECTIVES]}) | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * @RouteConfig([ | 
					
						
							|  |  |  |  *  {...}, | 
					
						
							|  |  |  |  * ]) | 
					
						
							|  |  |  |  * class AppCmp { | 
					
						
							|  |  |  |  *   // ...
 | 
					
						
							|  |  |  |  * } | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |  * bootstrap(AppCmp, [ROUTER_PROVIDERS]); | 
					
						
							| 
									
										
										
										
											2015-09-21 17:17:25 -07:00
										 |  |  |  * ```
 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  | export const ROUTER_PROVIDERS: any[] = CONST_EXPR([ | 
					
						
							| 
									
										
										
										
											2015-07-06 17:41:15 -07:00
										 |  |  |   RouteRegistry, | 
					
						
							| 
									
										
										
										
											2015-10-12 11:30:34 -07:00
										 |  |  |   CONST_EXPR(new Provider(LocationStrategy, {useClass: PathLocationStrategy})), | 
					
						
							| 
									
										
										
										
											2015-05-01 05:53:58 -07:00
										 |  |  |   Location, | 
					
						
							| 
									
										
										
										
											2015-10-26 11:01:02 -07:00
										 |  |  |   CONST_EXPR(new Provider( | 
					
						
							|  |  |  |       Router, | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         useFactory: routerFactory, | 
					
						
							|  |  |  |         deps: CONST_EXPR([RouteRegistry, Location, ROUTER_PRIMARY_COMPONENT, ApplicationRef]) | 
					
						
							|  |  |  |       })), | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  |   CONST_EXPR(new Provider( | 
					
						
							| 
									
										
										
										
											2015-10-09 16:22:07 -07:00
										 |  |  |       ROUTER_PRIMARY_COMPONENT, | 
					
						
							| 
									
										
										
										
											2015-10-12 11:30:34 -07:00
										 |  |  |       {useFactory: routerPrimaryComponentFactory, deps: CONST_EXPR([ApplicationRef])})) | 
					
						
							| 
									
										
										
										
											2015-08-18 14:46:35 -07:00
										 |  |  | ]); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-10 22:11:13 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @deprecated | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export const ROUTER_BINDINGS = ROUTER_PROVIDERS; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-26 11:01:02 -07:00
										 |  |  | function routerFactory(registry, location, primaryComponent, appRef) { | 
					
						
							|  |  |  |   var rootRouter = new RootRouter(registry, location, primaryComponent); | 
					
						
							|  |  |  |   appRef.registerDisposeListener(() => rootRouter.dispose()); | 
					
						
							|  |  |  |   return rootRouter; | 
					
						
							| 
									
										
										
										
											2015-09-03 12:55:08 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-09 16:22:07 -07:00
										 |  |  | function routerPrimaryComponentFactory(app) { | 
					
						
							|  |  |  |   if (app.componentTypes.length == 0) { | 
					
						
							|  |  |  |     throw new BaseException("Bootstrap at least one component before injecting Router."); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return app.componentTypes[0]; | 
					
						
							| 
									
										
										
										
											2015-08-18 14:46:35 -07:00
										 |  |  | } |