gaobaoming
2018-11-09 ee46fec15bdaa4d83c92015278f273c728a191eb
commit | author | age
a5a648 1 <ion-header>
W 2
3   <ion-navbar>
41fc80 4     <ion-title>home</ion-title>
a5a648 5   </ion-navbar>
W 6
7 </ion-header>
8
9
10 <ion-content padding>
41fc80 11   <ion-list>
W 12      <test-input [id]='1'></test-input>
13      <test-input [id]='2'></test-input>
14      <test-select [id]='3'></test-select>
15      <test-checkbox [id]='4'></test-checkbox>
ee46fe 16      <test-dropdownlist [id]='5'></test-dropdownlist>
8ddfd9 17   </ion-list>
41fc80 18 </ion-content>