MCPcopy Create free account
hub / github.com/angular/angular / provideRouter

Function provideRouter

packages/router/test/router_resource_spec.ts:53–58  ·  view source on GitHub ↗
(
  routes: InternalRoute[],
  ...features: RouterFeatures[]
)

Source from the content-addressed store, hash-verified

51};
52
53export function provideRouter(
54 routes: InternalRoute[],
55 ...features: RouterFeatures[]
56): EnvironmentProviders {
57 return internalProvideRouter(routes, withRouterResources(), ...features);
58}
59
60async function setupRouter(routes: InternalRoute[], ...features: RouterFeatures[]) {
61 TestBed.configureTestingModule({

Calls 1

withRouterResourcesFunction · 0.85

Tested by 1

setUpRouterFunction · 0.72