typescript/ionic + cordova + angular

html에서 서비스파일에 있는 변수 호출할때

노래하는 마케터 2019. 3. 5. 16:53
728x90

ex)

<ion-col>
<button ion-button large color='primary' class="font-md" style="width: 130px;height:50px;"
(click)="ReadWATT()">Read watt</button>
<ion-label class="font-md align-center" *ngIf="ble.errorrate">
{{ble.watt1}}, {{ble.watt2}}, {{ble.errorrate}}%
</ion-label>
</ion-col>


728x90

'typescript > ionic + cordova + angular' 카테고리의 다른 글

hexadecimal to decimal to binary  (0) 2019.03.06
input mac address  (0) 2019.03.06
promise 예제(ecmascript 6)  (0) 2019.03.05
ionic 앱 시작 시 설치 및 테스트  (0) 2019.02.26
ionic 3, 4 Doc 접속 url  (0) 2019.02.26