mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Andrew Scott
parent
db1c73c431
commit
aa66f703d2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user