在ace编辑器中,当我单击切换全屏按钮时,我需要一个功能,然后编辑器需要全屏显示。
注意:我在角度6中使用ng2-ace-editor
答案 0 :(得分:0)
<div ace-editor [(text)]="text" [mode]="'javascript'" [options]="options"
[readOnly]="false" [autoUpdateContent]="true"
[durationBeforeCallback]="1000" (textChanged)="onChange($event)" style="position: absolute;
top: 0; bottom: 0; right: 0; left: 0; height: auto;"></div>