From 6ada7ddb0846063839ec6266bbb9f425b886382d Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 11 Oct 2024 17:19:02 +0200 Subject: [PATCH] Better top navigation --- src/app/app.component.ts | 15 +++++++++------ src/index.html | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index ccfc2cc..2b4862d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,12 +6,15 @@ import { RouterOutlet, RouterLink, RouterLinkActive } from '@angular/router'; standalone: true, imports: [RouterOutlet, RouterLink, RouterLinkActive], template: ` - - + +
+ + +
`, styleUrl: './app.component.css' }) diff --git a/src/index.html b/src/index.html index 859e91f..f24efcf 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ - + ArtiAngularApp