Tino Mulanchira Thomas 66b0ce2d03 BAEL - 1916 ()
* BAEL - 1916

* BAEL - 1916

Added JUnit tests

* BAEL-1916

Renamed the project

* Renamed the project
2018-07-13 22:14:12 +02:00

8 lines
158 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app',
templateUrl: './app/app.component.html'
})
export class AppComponent { }