Files
micro-frontend/ng-ttc-frontend/src/app/app.component.ts
x2Skyz 304ed9294c
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s
-สร้างโครงสร้างไฟล์ ใหม่ ใน ttc base project
2025-11-17 17:14:08 +07:00

12 lines
237 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
standalone: false,
styleUrl: './app.component.css'
})
export class AppComponent {
title = 'ng-ttc-frontend';
}