angular的 aec 代码编辑器
下载
1 | npm i ng2-ace-editor --save |
引入
在根module引入整个AceEditorModule模块, 🌰:
1 | import { AceEditorModule } from 'ng2-ace-editor'; |
使用, 在模板中设置参数:
1 | <div ace-editor |
在ts中设置
1 | @Component({ |
angular的 aec 代码编辑器
1 | npm i ng2-ace-editor --save |
在根module引入整个AceEditorModule模块, 🌰:
1 | import { AceEditorModule } from 'ng2-ace-editor'; |
使用, 在模板中设置参数:
1 | <div ace-editor |
在ts中设置
1 | @Component({ |