initial commit

This commit is contained in:
Janis Meister
2022-01-12 10:04:34 +01:00
commit 0e26454834
28 changed files with 23665 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 = 'ts-streetmap';
}