Skip to content

Instantly share code, notes, and snippets.

View YNathan's full-sized avatar

Jacob Nathan YNathan

View GitHub Profile
@leifwells
leifwells / google-drive.ts
Last active December 29, 2018 05:35
Example Ionic 2/Angular 2 Provider for a Google spread sheet
import {Injectable} from '@angular/core';
import {Http} from '@angular/http';
import 'rxjs/add/operator/map';
/*
Generated class for the GoogleDrive provider.
See https://angular.io/docs/ts/latest/guide/dependency-injection.html
for more info on providers and Angular 2 DI.
*/