摘要: 1 <div class="todolist"> 2 <h3>ToDoList</h3> 3 <input class="todo" type="text" [(ngModel)]="keyword" (keyup)=keyup($event)> 4 <p>代办事项:</p> 5 <h4 *ngFo 阅读全文
posted @ 2020-02-06 18:50 shanlu 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1 <div class="search"> 2 <input type="text" [(ngModel)]="keyword">&nbsp;&nbsp;<button (click)="search()">搜索</button> 3 </div> 4 <div class="list" *ngF 阅读全文
posted @ 2020-02-06 17:13 shanlu 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1 <h1>人员登记系统</h1> 2 <div class="form"> 3 <ul> 4 <li> 5 <label for="userName">姓名:</label><input type="text" id="userName" [(ngModel)]="peopleInfo.uName 阅读全文
posted @ 2020-02-06 16:06 shanlu 阅读(158) 评论(0) 推荐(0) 编辑