Contains all the router outlets created in a component.
class RouterOutletMap { registerOutlet(name: string, outlet: RouterOutlet) : void removeOutlet(name: string) : void }
registerOutlet(name: string, outlet: RouterOutlet) : void
Adds an outlet to this map.
removeOutlet(name: string) : void
Removes an outlet from this map.
exported from router/index, defined in router/src/router_outlet_map.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/router/index/RouterOutletMap-class.html