created stock page and stock-table component
This commit is contained in:
9
src/app/interfaces/stock.interface.ts
Normal file
9
src/app/interfaces/stock.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface StockInfo {
|
||||
name: string;
|
||||
duration: string;
|
||||
caliber: string;
|
||||
quantity: number;
|
||||
weight: number;
|
||||
nec: string;
|
||||
minimalQuantity: number;
|
||||
}
|
||||
Reference in New Issue
Block a user