Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active May 25, 2018 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/178d542f60277069fa6d55e7dd4cac93 to your computer and use it in GitHub Desktop.
Save uno-de-piera/178d542f60277069fa6d55e7dd4cac93 to your computer and use it in GitHub Desktop.
providedIn: Type<any> | 'root' | null;
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class AuthService {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment