initial commit

This commit is contained in:
Andre Schaf 2023-09-27 17:49:51 +02:00
parent 1790106c30
commit 03b0dd8422
33 changed files with 1006 additions and 513 deletions

View file

@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
})
export class HomeComponent { }