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

Function extractExportAs

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

Source from the content-addressed store, hash-verified

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

Callers 1

directiveMetadataFunction · 0.85

Calls 1

splitByCommaFunction · 0.85

Tested by

no test coverage detected