Taobin-Recipe-Manager/client/src/app/app.component.ts

11 lines
227 B
TypeScript
Raw Normal View History

2023-09-14 14:52:04 +07:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})
export class AppComponent {
title = 'Recipe Manager';
}