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>
|
|