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

李彥志's avatar
李彥志 committed
3 4 5 6 7 8

  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>

  <img [src]='imageUrl '/>

李彥志's avatar
李彥志 committed
9

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