angular2-esri-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "angular2-esri-loader", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An Angular 2 service to help you load ArcGIS API for JavaScript Modules", | ||
@@ -25,10 +25,11 @@ "scripts": { | ||
"dependencies": { | ||
"@angular/core": "^2.2.1", | ||
"@angular/core": "^2.1.0", | ||
"esri-loader": "^0.1.0", | ||
"rxjs": "^5.0.0-rc.4", | ||
"zone.js": "^0.7.0" | ||
"rxjs": "5.0.0-beta.12", | ||
"zone.js": "^0.6.23" | ||
}, | ||
"devDependencies": { | ||
"@types/core-js": "^0.9.34", | ||
"typescript": "^2.0.10" | ||
"typescript": "^2.0.10", | ||
"zone.js": "^0.7.0" | ||
}, | ||
@@ -35,0 +36,0 @@ "typings": "angular2-esri-loader.d.ts", |
@@ -12,5 +12,3 @@ "use strict"; | ||
var core_1 = require('@angular/core'); | ||
// TODO: why doesn't this work? | ||
var esri_loader_1 = require('esri-loader'); | ||
// import { isLoaded, bootstrap, dojoRequire } from '../../node_modules/esri-loader/src/index'; | ||
var EsriLoaderService = (function () { | ||
@@ -17,0 +15,0 @@ function EsriLoaderService() { |
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
19170
3
89
+ Addedrxjs@5.0.0-beta.12(transitive)
+ Addedzone.js@0.6.26(transitive)
Updated@angular/core@^2.1.0
Updatedrxjs@5.0.0-beta.12
Updatedzone.js@^0.6.23