Solved conflict of style between PrimeNG and Tailwind, both work together now

This commit is contained in:
AdamBtech
2025-05-19 23:30:56 +02:00
parent a57e6ba1f2
commit 28089215f2
24 changed files with 828 additions and 869 deletions

View File

@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-header-logo',
imports: [],
templateUrl: './header-logo.component.html',
styleUrl: './header-logo.component.css',
})
export class HeaderLogoComponent {}