ported to angular

This commit is contained in:
2020-06-27 17:39:59 +02:00
parent 2e32698e09
commit 0ba78468e6
302 changed files with 310282 additions and 769 deletions

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 = 'source';
}