wangtengyu
2018-11-09 41fc80adb208e8bbf0bd0a65d9c3051b78fd4501
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ion-header>
 
  <ion-navbar>
    <ion-title>home</ion-title>
  </ion-navbar>
 
</ion-header>
 
 
<ion-content padding>
  <ion-list>
     <test-input [id]='1'></test-input>
     <test-input [id]='2'></test-input>
     <test-select [id]='3'></test-select>
     <test-checkbox [id]='4'></test-checkbox>
  </ion-list>
</ion-content>