providers create form added

This commit is contained in:
2025-11-27 16:42:53 +01:00
parent 6235df5482
commit 20ddd65dc3
21 changed files with 422 additions and 0 deletions

View File

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