gpt4 book ai didi

html - 代码标签在 Angular html 模板中不起作用

转载 作者:行者123 更新时间:2023-11-28 05:15:51 26 4
gpt4 key购买 nike

我想在我的 html 页面中显示以下代码段。我正在使用 Angular 2。

{path: 'test', component: TestComponent}

我在我的模板中添加了以下内容以实现此目的:

<pre>
<code>{path: 'test', component: TestComponent}</code>
</pre>

当我加载模板时,我看到以下错误。我该如何解决?我不能使用代码标签吗?

directive_normalizer.js:127 Uncaught Error: Template parse errors:
Unexpected character "EOF" (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.) ("
</ngb-tab>
</ngb-tabset>
</div>[ERROR ->]"): TestComponent@31:6
Invalid ICU message. Missing '}'. ("
</ngb-tab>
</ngb-tabset>
</div>[ERROR ->]"): TestComponent@31:6

最佳答案

错误消息提供了解决方案。执行以下操作:

<pre>
<code>{{"{path: 'test', component: TestComponent}"}}</code>
</pre>

通过插值,它返回一个包含内容的字符串。

关于html - 代码标签在 Angular html 模板中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46090040/

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