Skip to content

Commit 45de65b

Browse files
committed
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
1 parent 9d6b987 commit 45de65b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/@angular/router/src/router.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ import {
2323
import {hasLifecycleHook} from './lifecycle_reflector';
2424
import {DEFAULT_OUTLET_NAME} from './constants';
2525

26-
/**
27-
* @internal
28-
*/
2926
export class RouterOutletMap {
3027
/** @internal */
3128
_outlets: {[name: string]: RouterOutlet} = {};

0 commit comments

Comments
 (0)