fix(router): don't mark the RouterOutletMap as internal

it's currently being reexported as public api which breaks anyone tryin to import
the router because the RouterOutletMap definition is missing
This commit is contained in:
Igor Minar 2016-06-08 11:18:35 -07:00
parent 9d6b98794e
commit 45de65bd45
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ import {
import {hasLifecycleHook} from './lifecycle_reflector';
import {DEFAULT_OUTLET_NAME} from './constants';
/**
* @internal
*/
export class RouterOutletMap {
/** @internal */
_outlets: {[name: string]: RouterOutlet} = {};