Krzysztof Majewski 3453b7a18b BAEL-2513
2019-10-30 13:51:17 +01:00

8 lines
158 B
TypeScript

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