html 2#todoapp-angular-ngrx

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 2#todoapp-angular-ngrx相关的知识,希望对你有一定的参考价值。

<ng-container *ngIf="todo.create || todo.editing">
            <div class="col-md-3">
              <input type="text" name="title" id="title" [(ngModel)]="todo.title">
            </div>
      
            <div class="col-md-4">
      
              <input type="text" style="width: 100%;" name="description" id="description" [(ngModel)]="todo.description">
            </div>
      
      
            <div class="col-md-2">
              <p>{{todo.status }}</p>
            </div>
    </ng-container>

以上是关于html 2#todoapp-angular-ngrx的主要内容,如果未能解决你的问题,请参考以下文章

前端 --- HTML

html EP2-sample2.html

javaweb实训第一天上午——HTML和CSS

html EP2-SAMPLE2-ja.html

Web 三件套超多动图带你入门 HTML

[前端笔记——HTML介绍] 2.开始学习HTML