navbar maj p2 + providers add

This commit is contained in:
2025-11-20 16:51:09 +01:00
parent c3ec0e8afd
commit e1d85fc49e
10 changed files with 56 additions and 0 deletions

16
logo-navbar.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

BIN
logo-pyro-fetes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

16
public/logo-navbar.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/logo-pyro-fetes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1 @@
<p>providers-card-form works!</p>

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-providers-card-form',
imports: [],
templateUrl: './providers-card-form.html',
styleUrl: './providers-card-form.css',
})
export class ProvidersCardForm {
}

View File

@@ -0,0 +1 @@
<p>providers-card works!</p>

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-providers-card',
imports: [],
templateUrl: './providers-card.html',
styleUrl: './providers-card.css',
})
export class ProvidersCard {
}