menu
ngcompiler package
documentation
v1/src/compiler/output/abstract_emitter.dart
EmitterVisitorContext
incIndent method
incIndent method
dark_mode
light_mode
incIndent
method
void
incIndent
(
)
Implementation
void incIndent() { _indent++; _currentLine.indent = _indent; }
ngcompiler package
documentation
v1/src/compiler/output/abstract_emitter
EmitterVisitorContext
incIndent method
EmitterVisitorContext class