MCPcopy Create free account
hub / github.com/angular/angular / isExpressionFactoryMetadata

Function isExpressionFactoryMetadata

packages/compiler/src/render3/r3_factory.ts:325–329  ·  view source on GitHub ↗
(
  meta: R3FactoryMetadata,
)

Source from the content-addressed store, hash-verified

323}
324
325export function isExpressionFactoryMetadata(
326 meta: R3FactoryMetadata,
327): meta is R3ExpressionFactoryMetadata {
328 return (meta as R3ExpressionFactoryMetadata).expression !== undefined;
329}
330
331function getInjectFn(target: FactoryTarget): o.ExternalReference {
332 switch (target) {

Callers 1

compileFactoryFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected