added stock-form for change minimale quantity

This commit is contained in:
2025-11-13 18:56:30 +01:00
parent 0cc5d3b1f1
commit 8ef46ef1c8
7 changed files with 59 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
import { Component } from '@angular/core';
import {StockTable} from "../../compontents/stock-table/stock-table";
import {StockTable} from "../../components/stock-table/stock-table";
@Component({
selector: 'app-stock',
imports: [
StockTable
StockTable,
],
templateUrl: './stock.html',
styleUrl: './stock.css',