menu
ngcompiler package
documentation
v1/src/compiler/template_ast.dart
TextAst
TextAst constructor
TextAst constructor
dark_mode
light_mode
TextAst
constructor
TextAst
(
String
value
,
int
?
ngContentIndex
,
SourceSpan
sourceSpan
)
Implementation
TextAst(this.value, this.ngContentIndex, this.sourceSpan);
ngcompiler package
documentation
v1/src/compiler/template_ast
TextAst
TextAst constructor
TextAst class