MCPcopy Index your code
hub / github.com/angular/angular / createNgModuleDef

Function createNgModuleDef

packages/core/test/render3/deps_tracker_spec.ts:1379–1387  ·  view source on GitHub ↗
(data: Partial<NgModuleDef<any>>)

Source from the content-addressed store, hash-verified

1377});
1378
1379function createNgModuleDef(data: Partial<NgModuleDef<any>>): NgModuleDef<any> {
1380 return {
1381 bootstrap: [],
1382 declarations: [],
1383 exports: [],
1384 imports: [],
1385 ...data,
1386 } as NgModuleDef<any>;
1387}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…