Skip to content

Instantly share code, notes, and snippets.

@Qarun-Qadir-Bissoondial
Created April 19, 2020 21:22
Show Gist options
  • Save Qarun-Qadir-Bissoondial/ded5dd8013e0241f5e1ca2acb8e95ab3 to your computer and use it in GitHub Desktop.
Save Qarun-Qadir-Bissoondial/ded5dd8013e0241f5e1ca2acb8e95ab3 to your computer and use it in GitHub Desktop.
InventoryService - Blank Service
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class InventoryService {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment