Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. defineDificuldade(dificuldade) {
  2. console.log('Selected level ~~> ', dificuldade);
  3. this.userChoiceLevel = dificuldade;
  4. }
  5.  
  6. <ion-button [routerLink]="['/home']" routerLinkActive="router-link-active" color="primary" expand= "full" shape= "round" fill='outline' *ngIf="selectedLevel" (click)="defineDificuldade(selectedLevel)" [userChoiceLevel]='userChoiceLevel'>Começar</ion-button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement