Adding components, reformatting and stuff

This commit is contained in:
2021-09-19 22:29:59 +02:00
parent b9c4a278cc
commit b15a755e12
24 changed files with 505 additions and 878 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
import { Component } from '@angular/core';
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'TINF19B4 RaPla Changes';
title = 'TINF19B4 RaPla Changes';
}