mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
9d6b98794e
commit
45de65bd45
1 changed files with 0 additions and 3 deletions
|
|
@ -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} = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue