To-do-List-App/src/app/app.component.ts
2020-09-10 08:51:19 +08:00

10 lines
222 B
TypeScript

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