angular/goldens/public-api/router
Andrew Scott c1c7384e02 feat(router): Add reusable types for router guards (#54580)
This refactor makes it easier to update the return types of guards.
Rather than having to track what types guards can return, which may
change with new features over time, `MaybeAsync<GuardResult>` can be
used instead.

PR Close #54580
2024-02-28 18:09:33 +01:00
..
testing docs(router): deprecate RouterTestingModule (#54466) 2024-02-20 09:33:16 -08:00
upgrade refactor: add readonly to public InjectionToken types (#51125) 2023-08-14 17:17:35 -07:00
errors.md fix(router): Allow redirects after an absolute redirect (#51731) 2023-09-26 10:59:20 -07:00
index.md feat(router): Add reusable types for router guards (#54580) 2024-02-28 18:09:33 +01:00