import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-evandre', templateUrl: './evandre.page.html', styleUrls: ['./evandre.page.scss'], }) export class EvandrePage implements OnInit { constructor() { } ngOnInit() { } }