码迷,mamicode.com
首页 > 移动开发 > 详细

angular 6 - your first app

时间:2018-06-30 10:57:09      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:editing   ace   fir   body   nbsp   only   class   ext   span   

1. Editing the HTML file

\src\app\app.component.html

<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h3>Adam‘s To Do List</h3>
<div>
    <input/>
    <button>Add</button>
</div>
<table border="1">
    <thead>
        <tr>
            <th>Description</th>
            <th>Done</th>
        </tr>
    </thead>
    <tbody>
        <tr><td>Buy Flowers</td><td>No</td></tr>
        <tr><td>Get Shoes</td><td>No</td></tr>
        <tr><td>Collect Tickets</td><td>Yes</td></tr>
        <tr><td>Call Joe</td><td>No</td></tr>
    </tbody>
</table>

 

2. 

angular 6 - your first app

标签:editing   ace   fir   body   nbsp   only   class   ext   span   

原文地址:https://www.cnblogs.com/xiaobin-hlj80/p/9245954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!