editorContainer property

  1. @ViewChild.new('editorContainer')
DivElement? editorContainer
getter/setter pair

Implementation

@ViewChild('editorContainer')
html.DivElement? editorContainer;