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

Function compileFactory

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

Source from the content-addressed store, hash-verified

31}
32
33export function compileFactory(i: IInjectorService) {
34 return i.get('$compile');
35}
36
37export function parseFactory(i: IInjectorService) {
38 return i.get('$parse');

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…