This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ActivatedRouteSnapshot, Route } from '@angular/router'; | |
const GET_FAIL_ROUTE = Symbol('getFailRoute'); | |
export function getRedirectOnFailTarget( | |
guardInstance: any, | |
routeSnapshot: ActivatedRouteSnapshot | |
): string[] | undefined { | |
return isGetFailRouteAvailable(routeSnapshot.data) | |
? routeSnapshot.data[GET_FAIL_ROUTE](guardInstance) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Xavier Noria | |
=> git -S | |
2. Fri Dec 2 04:32:18 2011 -0800 | |
=> git log -S "auto_explain" | |
3. v3.2.0.rc1 | |
=> git tag --contains <ref> | |
4. v4.0.0.beta1 |