【问题标题】:how can i solve porblem with ngstyle?我如何解决 ngstyle 的问题?
【发布时间】:2020-10-21 11:28:14
【问题描述】:
    <div [ngStyle]="{
  width:'200px',
  height:'200px',
  border:'1px solid red'
}"

这是我写的代码吃了 post.component.html 有错误:意外字符“EOF”(

怎么了?

【问题讨论】:

  • 请添加完整代码。
  • 这是完整代码
  • 请改写问题,使其更清晰,语法正确。

标签: angular angularjs-ng-style


【解决方案1】:

你不见了&lt;/div&gt;

&lt;div [ngStyle]="{ width:'200px', height:'200px', border:'1px solid red' }"&gt;&lt;/div&gt;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-03-02
    • 1970-01-01
    • 2021-08-19
    • 1970-01-01
    • 1970-01-01
    • 2022-06-14
    • 2019-05-25
    • 2021-05-22
    相关资源
    最近更新 更多