import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-game-educationnal-objective', templateUrl: './game-educationnal-objective.component.html', styleUrls: ['./game-educationnal-objective.component.scss'] }) export class GameEducationnalObjectiveComponent implements OnInit { constructor() { } ngOnInit(): void { }
displayMenu: string = 'hide';
onClickComments(): void { } onClickErase(): void { }
}