Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Qarun-Qadir-Bissoondial/02e52a5c880567cd03d5bdd9b1583346 to your computer and use it in GitHub Desktop.
Save Qarun-Qadir-Bissoondial/02e52a5c880567cd03d5bdd9b1583346 to your computer and use it in GitHub Desktop.
export class MockInventoryService {
inventoryCount: number = 0;
constructor() { }
incrementCount() {}
decrementCount() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment