import { OnInit } from '@angular/core'; import { InventoryService } from '../services/inventory.service'; export declare class InventoryComponent implements OnInit { private service; constructor(service: InventoryService); ngOnInit(): void; }