last commit

This commit is contained in:
2025-12-11 17:54:55 +01:00
parent 20726f0530
commit 99eca9ce8b
32 changed files with 269 additions and 163 deletions

View File

@@ -0,0 +1 @@
<p>contact-add-form works!</p>

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-contact-add-form',
imports: [],
templateUrl: './contact-add-form.html',
styleUrl: './contact-add-form.css',
})
export class ContactAddForm {
}