add secondary header row on desktop

This commit is contained in:
2026-06-19 14:21:18 +02:00
parent 7ed63e6705
commit b045dc5608
3 changed files with 42 additions and 2 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
import { Component, ElementRef, HostListener, ViewChild } from '@angular/core';
import { Phone } from '../phone/phone';
import { Mail } from '../mail/mail';
@Component({
selector: 'app-header',
imports: [],
imports: [Phone, Mail],
templateUrl: './header.html',
styleUrl: './header.css',
})