This commit is contained in:
2025-11-03 17:32:55 +01:00
parent 36012d4a92
commit 913320b970
7 changed files with 67 additions and 23 deletions

View File

@@ -2,8 +2,12 @@ import {Component} from '@angular/core';
@Component({
selector: 'app-root',
imports: [],
template: `
Welcome to Angular!
<h1>Hello world!</h1>
`,
styleUrls: ['./app.css'],
})
export class App {}
export class App {
title = 'homes';
}