angular init
This commit is contained in:
11
src/app/app.ts
Normal file
11
src/app/app.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component, signal } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.html',
|
||||
standalone: false,
|
||||
styleUrl: './app.scss'
|
||||
})
|
||||
export class App {
|
||||
protected readonly title = signal('infinifront');
|
||||
}
|
||||
Reference in New Issue
Block a user