在我的ace编辑器中,当我单击切换全屏按钮时,我需要一项功能,然后编辑器需要全屏显示。
注意:我在角度 6 中使用 ng2-ace-editor
。<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>