Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ toLiteralMap
Method
toLiteralMap
packages/compiler/src/render3/view/util.ts:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
toLiteralMap(): o.LiteralMapExpr {
169
return
o.literalMap(this.values);
170
}
171
}
172
173
/**
Callers
15
compileInjectable
Function · 0.95
compileService
Function · 0.95
compileInjector
Function · 0.95
compileNgModule
Function · 0.95
compileNgModuleDeclarationExpression
Function · 0.95
generateSetNgModuleScopeCall
Function · 0.95
compileDeclareClassMetadata
Function · 0.95
compileComponentDeclareClassMetadata
Function · 0.95
compileDependency
Function · 0.95
compileUsedDependenciesMetadata
Function · 0.95
compileQuery
Function · 0.95
compileHostMetadata
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected