navbar maj p2 + providers add
This commit is contained in:
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 {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user