无法在Angular应用程序中重新生成使用PrismJS生成的HTML

时间:2017-08-02 03:36:37

标签: angular

如何在Angular / cli App中使用PrismJS。 我已经使用npm安装了prismjs包。

app.component.ts

var Prism = require('prismjs');
.
.
.
this.code_c = Prism.highlight(data, Prism.languages.clike);

template.html

<div>
    {{code_c}}
</div>
使用Github pubic API获取

code_c。页面加载完成后加载code_c。我确实得到了生成的HTML,但它没有呈现为HTML,它在屏幕截图中显示纯文本。 enter image description here

0 个答案:

没有答案