added project

This commit is contained in:
2025-11-13 14:55:33 +01:00
commit 5e1feea164
45 changed files with 9737 additions and 0 deletions

View File

@@ -0,0 +1 @@
<p>purchase-order works!</p>

View File

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