Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
33
export
function
compileFactory(i: IInjectorService) {
34
return
i.get(
'$compile'
);
35
}
36
37
export
function
parseFactory(i: IInjectorService) {
38
return
i.get(
'$parse'
);
Callers
1
angular1_providers_spec.ts
File · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected