p3.component.html 352 Bytes
Newer Older
李彥志's avatar
李彥志 committed
1
<p style="color:green">題三</p>
2

3 4 5 6 7
<p>
  WidthLength : <input type="number" min="1" step="5"
                [(ngModel)]="widthLength" (change)="showPic()" ><br>
  HeightLength : <input type="number" min="1" step="5"
                [(ngModel)]="heightLength" (change)="showPic()"><br>
李彥志's avatar
李彥志 committed
8 9

  <img [src]='imageUrl '/>
10
</p>
李彥志's avatar
李彥志 committed
11

李彥志's avatar
李彥志 committed
12
<router-outlet></router-outlet>