menu
ngcompiler package
documentation
v1/src/compiler/view_compiler/compile_view.dart
CompileView
addViewChild method
addViewChild method
dark_mode
light_mode
addViewChild
method
void
addViewChild
(
CompileElement
viewChild
)
Implementation
void addViewChild(CompileElement viewChild) { _viewChildren.add(viewChild); }
ngcompiler package
documentation
v1/src/compiler/view_compiler/compile_view
CompileView
addViewChild method
CompileView class