Defines the type for a route config entry. Can either be:
Injection token for accessing configuration.
Use the Inject decorator to access the configuration from a service or component:
Inject
class MyService(@Inject(AuthConfigService) config: AuthConfig) {}
A custom type guard to help identify route definitions that are actually HttpInterceptorRouteConfig types.
The route definition type
Defines the type for a route config entry. Can either be: