This repository has been archived on 2025-05-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Hochzeit/ui/src/app/app.component.ts
Husky d0bc77271e backend fertig gestellt
frontend angefangen
2022-01-04 19:01:33 +01:00

11 lines
206 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'ui';
}