html 指令中的角度构建

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 指令中的角度构建相关的知识,希望对你有一定的参考价值。

<div [ngSwitch]="value">
    <p *ngSwitchCase="5">
      Value is 5
    </p>
    <p *ngSwitchCase="10">
      Value is 10
    </p>
    <p *ngSwitchDefault>
      Value is not 5 or 10
    </p>
</div>

<span ng-switch-when="wrong|incorrect" ng-switch-when-separator="|">
<div *ngIf="onlyOdd">
  <li
    class="list-group-item"
    [ngClass]="{odd: number % 2 !== 0}"
    [ngStyle]="{backgroundColor: number % 2 !== 0 ? 'yellow' : 'transparent'}"
    *ngFor="let number of oddNumbers">
    {{ number }}
  </li>
</div>

以上是关于html 指令中的角度构建的主要内容,如果未能解决你的问题,请参考以下文章

带有 css 的角度 HTML 预览

无法从 Typescript 类中的角度指令加载模板(404)

清除按钮作为指令或角度 2-8 中的组件

JQuery没有检测到角度指令中的DOM元素

在打字稿中创建指令以显示角度加载进度

角度5 - 模态指令