Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jota12x's full-sized avatar
⛩️
Premature optimization is the root of all evil

Juanjosé Tenorio jota12x

⛩️
Premature optimization is the root of all evil
View GitHub Profile
import { Injectable } from '@angular/core';
import { Http, Response,RequestOptions,Headers,RequestMethod} from '@angular/http';
import { Observable } from 'rxjs/Rx';
import 'rxjs/add/operator/map';
import * as _ from "lodash";
import {OauthUtility} from './oauth';
// Object Type
import { Product } from './data/product';
import {MagentoProduct} from './data/magentoProduct';
import { Logo } from './data/logo';