我尝试展示一个具有适当编辑体验的 XML 编辑器。我唯一期待的是正确的着色、缩进和折叠。我使用了 ng2-ace-editor 库。似乎由于语言选择失败,着色和折叠在这里不起作用。
组件.ts
这是 component.ts 中的代码
组件.html
<ace-editor
[(text)]="xmlToView"
[options]="options"
[durationBeforeCallback]="1000"
[theme]="eclipse"
[mode]="'ace/mode/xml'">
结果