Initial Angular Commit

This commit is contained in:
eneller
2024-11-27 20:15:11 +01:00
parent 0c835d3f7c
commit 7f5978b226
25 changed files with 15938 additions and 0 deletions

3
src/app/app.routes.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Routes } from '@angular/router';
export const routes: Routes = [];