Revert "refactor(router): remove malformedUriHandler from interface passed to transitions (#48202)" (#48269)

This reverts commit 17aba7c4c0.

PR Close #48269
This commit is contained in:
Andrew Scott 2022-11-28 16:30:33 -08:00 committed by Andrew Scott
parent db1c73c431
commit aa66f703d2

View file

@ -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;