Skip to content

Instantly share code, notes, and snippets.

@eliraneliassy
Created March 21, 2020 12:48
Show Gist options
  • Save eliraneliassy/97663ff789fb83047ff65f8eab70d694 to your computer and use it in GitHub Desktop.
Save eliraneliassy/97663ff789fb83047ff65f8eab70d694 to your computer and use it in GitHub Desktop.
store.service.ts
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class StoreService {
constructor() {
console.log('New StoreService instance created');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment