life-towers/frontend/src/app/app.component.html
2026-05-28 08:42:34 +01:00

4 lines
111 B
HTML

<main (click)="cancelService.cancelAll()">
<app-modal></app-modal>
<router-outlet></router-outlet>
</main>