mycontrolpanel/src/app/app.component.ts
2019-03-27 20:48:24 +01:00

11 lines
218 B
TypeScript

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