Component Injections (En)
Cette page est en cours de traduction française. Revenez une autre fois pour lire une traduction achevée ou participez à la traduction française ici.
These properties are injected into every child component by passing the router instance to the root instance as the router
option.
-
The router instance.
-
The current active Route. This property is read-only and its properties are immutable, but it can be watched.
-
beforeRouteEnter
-
beforeRouteUpdate (added in 2.2)
-
beforeRouteLeave
See In Component Guards.