Files
wieerwill.github.io/source/src/app/app.component.ts
2020-06-27 17:39:59 +02:00

11 lines
210 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'source';
}