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