This commit is contained in:
2025-11-03 19:30:55 +01:00
parent 6232b80741
commit 1e0ea6ae6e
6 changed files with 77 additions and 40 deletions

View File

@@ -2,14 +2,8 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-home',
imports: [],
template: `
<p>
home works!
</p>
`,
styles: ``
templateUrl: './home.html',
styleUrls: ['./home.css'],
})
export class Home {
}
export class Home {}