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

Function createApplicationRef

packages/core/test/application_ref_spec.ts:301–304  ·  view source on GitHub ↗
(parentInjector: EnvironmentInjector)

Source from the content-addressed store, hash-verified

299 }
300
301 function createApplicationRef(parentInjector: EnvironmentInjector) {
302 const injector = createApplicationRefInjector(parentInjector);
303 return injector.get(ApplicationRef);
304 }
305
306 it(
307 'should cleanup the DOM',

Callers 1

Calls 2

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…