initial commit

This commit is contained in:
vle2fe
2020-01-14 13:41:28 +01:00
commit 97b3fe412f
31 changed files with 14444 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.scss']
})
export class AppComponent {
title = 'UI';
}