Init project

This commit is contained in:
2023-01-30 15:04:29 +01:00
parent 62baa93405
commit 3836619bc0
22 changed files with 20944 additions and 0 deletions

10
src/app/app.component.ts Normal file
View File

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