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

Function parseFactory

packages/upgrade/static/src/angular1_providers.ts:37–39  ·  view source on GitHub ↗
(i: IInjectorService)

Source from the content-addressed store, hash-verified

35}
36
37export function parseFactory(i: IInjectorService) {
38 return i.get('$parse');
39}
40
41export const angular1Providers = [
42 // We must use exported named functions for the ng2 factories to keep the compiler happy:

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…