creating button, cards and tooltip

This commit is contained in:
MastersGame
2026-01-31 12:16:10 +01:00
parent 061def1002
commit 9773e9b990
61 changed files with 6897 additions and 75 deletions

View File

@@ -0,0 +1,8 @@
import { RenderMode, ServerRoute } from '@angular/ssr';
export const serverRoutes: ServerRoute[] = [
{
path: '**',
renderMode: RenderMode.Prerender
}
];