Skip to content

Instantly share code, notes, and snippets.

@geykel

geykel/auth1.ts Secret

Created March 13, 2017 14:17
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 geykel/695d15592ec4b84533b639011cd516a9 to your computer and use it in GitHub Desktop.
Save geykel/695d15592ec4b84533b639011cd516a9 to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
import { Http } from '@angular/http';
import 'rxjs/add/operator/map';
@Injectable()
export class Auth {
constructor(public http: Http) {
console.log('Hello Auth Provider');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment