Function
canMatchTeam
(
route: Route,
segments: UrlSegment[],
currentSnapshot: PartialMatchRouteSnapshot,
)
Source from the content-addressed store, hash-verified
| 113 | |
| 114 | // #docregion CanMatchFn |
| 115 | const canMatchTeam: CanMatchFn = ( |
| 116 | route: Route, |
| 117 | segments: UrlSegment[], |
| 118 | currentSnapshot: PartialMatchRouteSnapshot, |
| 119 | ) => { |
| 120 | return inject(PermissionsService).canMatch(inject(UserToken)); |
| 121 | }; |
| 122 | |
| 123 | bootstrapApplication(App, { |
| 124 | providers: [ |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…