forked from ttc/micro-frontend
-สร้างโครงสร้างไฟล์ ใหม่ ใน ttc base project
This commit is contained in:
11
ng-ttc-frontend/src/app/app.component.ts
Normal file
11
ng-ttc-frontend/src/app/app.component.ts
Normal 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';
|
||||
}
|
||||
Reference in New Issue
Block a user