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

Class ExpansionCase

packages/compiler/src/ml_parser/ast.ts:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70export class ExpansionCase implements BaseNode {
71 constructor(
72 public value: string,
73 public expression: Node[],
74 public sourceSpan: ParseSourceSpan,
75 public valueSourceSpan: ParseSourceSpan,
76 public expSourceSpan: ParseSourceSpan,
77 ) {}
78
79 visit(visitor: Visitor, context: any): any {
80 return visitor.visitExpansionCase(this, context);
81 }
82}
83
84export class Attribute extends NodeWithI18n {
85 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…