mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Revert "refactor(router): remove malformedUriHandler from interface passed to transitions (#48202)" (#48269)
This reverts commit 17aba7c4c0.
PR Close #48269
This commit is contained in:
parent
db1c73c431
commit
aa66f703d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue