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
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1 @@
<p>providers-card-form works!</p>
@@ -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 {
}
@@ -0,0 +1 @@
<p>providers-card works!</p>
@@ -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 {
}