import { OnInit } from '@angular/core'; import { InventoryService } from '../services/inventory.service'; import * as i0 from "@angular/core"; export declare class InventoryComponent implements OnInit { private service; constructor(service: InventoryService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }