localize-router-http-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -912,3 +912,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
return new Promise(function (resolve) { | ||
console.log(_this.http, _this.http.get); | ||
_this.http.get("" + _this.path) | ||
@@ -915,0 +914,0 @@ .subscribe(function (data) { |
{ | ||
"name": "localize-router-http-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A loader for localize-router that loads config using Http", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -37,3 +37,2 @@ var __extends = (this && this.__extends) || (function () { | ||
return new Promise(function (resolve) { | ||
console.log(_this.http, _this.http.get); | ||
_this.http.get("" + _this.path) | ||
@@ -40,0 +39,0 @@ .subscribe(function (data) { |
Sorry, the diff of this file is not supported yet
232533
1206