added stock-form for change minimale quantity
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user