Revision ce38759f543381c37e0076ee7508797af207856e authored by Andrew Scott on 16 November 2022, 23:57:48 UTC, committed by Andrew Scott on 28 November 2022, 19:54:43 UTC
Rather than accessing router internal properties that are available in DI,
this commit directly injects those dependencies in the navigation transition
handler. Note that there are several other items that _should_ be injectable
in DI (like the TitleStrategy) but because those are part of the Router public
interface and writeable(!), they might be changed during runtime. We
have to get these other items from the Router for now...

PR Close #48257
1 parent 0351996
Raw File
.npmrc
engine-strict = true
back to top