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

Function extractExportAs

packages/core/src/render3/jit/directive.ts:480–482  ·  view source on GitHub ↗
(exportAs: string | undefined)

Source from the content-addressed store, hash-verified

478}
479
480function extractExportAs(exportAs: string | undefined): string[] | null {
481 return exportAs === undefined ? null : splitByComma(exportAs);
482}
483
484function isContentQuery(value: any): value is Query {
485 const name = value.ngMetadataName;

Callers 1

directiveMetadataFunction · 0.85

Calls 1

splitByCommaFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…