Skip to content

Commit

Permalink
Revert "refactor(router): remove malformedUriHandler from interface p…
Browse files Browse the repository at this point in the history
…assed to transitions (#48202)" (#48269)

This reverts commit 17aba7c.

PR Close #48269
  • Loading branch information
atscott committed Nov 29, 2022
1 parent db1c73c commit aa66f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/router/src/navigation_transition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ interface InternalRouterInterface {
ngModule: NgModuleRef<any>;
readonly routerState: RouterState;
errorHandler: ErrorHandler;
malformedUriErrorHandler: (error: URIError, urlSerializer: UrlSerializer, url: string) => UrlTree;
navigated: boolean;
afterPreactivation: () => Observable<void>;
urlHandlingStrategy: UrlHandlingStrategy;
Expand Down

0 comments on commit aa66f70

Please sign in to comment.