projet_fil_red_web/src/app/app.component.ts
ExostFlash d270f2f1f5 modif
2025-07-11 17:13:18 +02:00

11 lines
229 B
TypeScript

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