navbar maj p2 + providers add
This commit is contained in:
16
logo-navbar.svg
Normal file
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
BIN
logo-pyro-fetes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
16
public/logo-navbar.svg
Normal file
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
BIN
public/logo-pyro-fetes.png
Normal file
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>
|
||||
11
src/app/pages/providers/providers-card/providers-card.ts
Normal file
11
src/app/pages/providers/providers-card/providers-card.ts
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user