Nav bar basic styles finished, burger menu without function and transition, hero section next to go,

This commit is contained in:
2026-02-22 08:50:45 +01:00
parent 5b63771cc3
commit b6ca9be225
32 changed files with 466 additions and 79 deletions

View File

@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
import { NgIcon } from '@ng-icons/core';
@Component({
selector: 'app-navigation',
imports: [NgIcon],
templateUrl: './navigation.component.html',
styleUrl: './navigation.component.scss',
})
export class NavigationComponent {
}