Tino Mulanchira Thomas 0ec8fffeed BAEL - 1916 (#4679)
* BAEL - 1916

* BAEL - 1916

Added JUnit tests
2018-07-12 05:45:56 +02:00

8 lines
158 B
TypeScript

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