Modularizing, adding frontend module
Jenkins Production Deployment

This commit is contained in:
2021-09-19 20:19:20 +02:00
parent 765a5c235a
commit b9c4a278cc
28 changed files with 29340 additions and 0 deletions
+10
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 = 'TINF19B4 RaPla Changes';
}