This commit is contained in:
trochas
2024-10-21 16:19:13 +02:00
commit e503d598ad
31 changed files with 15272 additions and 0 deletions

11
src/app/app.component.ts Normal file
View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrl: './app.component.css'
})
export class AppComponent {
title = 'pokedemo';
}