import { Component } from '@angular/core'; @Component({ selector: 'app-symptome', standalone: false, templateUrl: './symptome.component.html', styleUrl: './symptome.component.css' }) export class SymptomeComponent { }