-สร้างโครงสร้างไฟล์ ใหม่ ใน ttc base project

This commit is contained in:
2025-11-17 17:14:08 +07:00
parent 9b0edccde5
commit 304ed9294c
23 changed files with 15334 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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';
}