MCPcopy 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

compileInjectableFunction · 0.95
compileServiceFunction · 0.95
compileInjectorFunction · 0.95
compileNgModuleFunction · 0.95
compileDependencyFunction · 0.95
compileQueryFunction · 0.95
compileHostMetadataFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected