angular2-esri-loader
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "angular2-esri-loader", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An Angular 2 service to help you load ArcGIS API for JavaScript Modules", | ||
@@ -32,4 +32,3 @@ "scripts": { | ||
"@types/core-js": "^0.9.34", | ||
"typescript": "^2.0.10", | ||
"zone.js": "^0.7.0" | ||
"typescript": "^2.0.10" | ||
}, | ||
@@ -36,0 +35,0 @@ "typings": "angular2-esri-loader.d.ts", |
@@ -12,3 +12,3 @@ "use strict"; | ||
var core_1 = require('@angular/core'); | ||
var esri_loader_1 = require('esri-loader'); | ||
var esri_loader_1 = require('../node_modules/esri-loader/esri-loader'); | ||
var EsriLoaderService = (function () { | ||
@@ -15,0 +15,0 @@ function EsriLoaderService() { |
{ | ||
"compilerOptions": { | ||
"noImplicitAny": true, | ||
"noImplicitAny": false, | ||
"module": "commonjs", | ||
@@ -5,0 +5,0 @@ "target": "es5", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19176
2