May 2018
Intermediate to advanced
512 pages
11h 3m
English
Now, let's edit the Angular code to trigger the events:
src/app/pos/pos/pos.component.html... <button mat-icon-button (click)="checkout({amount: 12.25})"> <mat-icon>check_circle</mat-icon> </button>...
The circular checkout button is pointed out at the bottom-left corner of the following diagram:

Read now
Unlock full access