gpt4 book ai didi

javascript - 如何配置 [mode] ="' sql'"在 Angular 7 中使用 ng2-ace-editor?

转载 作者:行者123 更新时间:2023-11-30 06:16:39 24 4
gpt4 key购买 nike

当我使用 ng2-ace-editor 时。有配置

<div ace-editor
[(text)]="text"
[mode]="'sql'"
[theme]="'eclipse'"
[options]="options"
[readOnly]="false"
[autoUpdateContent]="true"
[durationBeforeCallback]="1000"
(textChanged)="onChange($event)"
style="min-height: 20px; max-height: 20px; width:100%; overflow: auto;"></div>

但是有console.log

http://localhost:4200/mode-sql.js net::ERR_ABORTED 404 (Not Found)
http://localhost:4200/mode-html.js net::ERR_ABORTED 404 (Not Found)

如何在 ng2-ace-editor 中配置模式?

最佳答案

您需要导入您在编辑器中使用的必需模式/主题

将此代码放入使用 Ace 编辑器 的组件中,然后重试:

import 'brace';
import 'brace/mode/sql';

关于javascript - 如何配置 [mode] ="' sql'"在 Angular 7 中使用 ng2-ace-editor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55719746/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com