@angular/platform-browser-dynamic
Advanced tools
Comparing version 2.2.0-beta.1 to 2.2.0-rc.0
/** | ||
* @license Angular v2.2.0-beta.1 | ||
* @license Angular v2.2.0-rc.0 | ||
* (c) 2010-2016 Google, Inc. https://angular.io/ | ||
@@ -89,2 +89,2 @@ * License: MIT | ||
})); | ||
})); |
/** | ||
* @license Angular v2.2.0-beta.1 | ||
* @license Angular v2.2.0-rc.0 | ||
* (c) 2010-2016 Google, Inc. https://angular.io/ | ||
@@ -162,2 +162,2 @@ * License: MIT | ||
})); | ||
})); |
/** | ||
* @license Angular v2.2.0-beta.1 | ||
* @license Angular v2.2.0-rc.0 | ||
* (c) 2010-2016 Google, Inc. https://angular.io/ | ||
@@ -13,2 +13,2 @@ * License: MIT | ||
*/ | ||
var __extends$1=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},CachedResourceLoader=function(_super){function CachedResourceLoader(){if(_super.call(this),this._cache=_global.$templateCache,null==this._cache)throw new Error("CachedResourceLoader: Template cache was not found in $templateCache.")}return __extends$1(CachedResourceLoader,_super),CachedResourceLoader.prototype.get=function(url){return this._cache.hasOwnProperty(url)?Promise.resolve(this._cache[url]):Promise.reject("CachedResourceLoader: Did not find cached template for "+url)},CachedResourceLoader}(_angular_compiler.ResourceLoader),__platform_browser_dynamic_private__={INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS:INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS,ResourceLoaderImpl:ResourceLoaderImpl},RESOURCE_CACHE_PROVIDER=[{provide:_angular_compiler.ResourceLoader,useClass:CachedResourceLoader}],platformBrowserDynamic=_angular_core.createPlatformFactory(_angular_compiler.platformCoreDynamic,"browserDynamic",INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS);exports.RESOURCE_CACHE_PROVIDER=RESOURCE_CACHE_PROVIDER,exports.platformBrowserDynamic=platformBrowserDynamic,exports.__platform_browser_dynamic_private__=__platform_browser_dynamic_private__}); | ||
var __extends$1=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},CachedResourceLoader=function(_super){function CachedResourceLoader(){if(_super.call(this),this._cache=_global.$templateCache,null==this._cache)throw new Error("CachedResourceLoader: Template cache was not found in $templateCache.")}return __extends$1(CachedResourceLoader,_super),CachedResourceLoader.prototype.get=function(url){return this._cache.hasOwnProperty(url)?Promise.resolve(this._cache[url]):Promise.reject("CachedResourceLoader: Did not find cached template for "+url)},CachedResourceLoader}(_angular_compiler.ResourceLoader),__platform_browser_dynamic_private__={INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS:INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS,ResourceLoaderImpl:ResourceLoaderImpl},RESOURCE_CACHE_PROVIDER=[{provide:_angular_compiler.ResourceLoader,useClass:CachedResourceLoader}],platformBrowserDynamic=_angular_core.createPlatformFactory(_angular_compiler.platformCoreDynamic,"browserDynamic",INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS);exports.RESOURCE_CACHE_PROVIDER=RESOURCE_CACHE_PROVIDER,exports.platformBrowserDynamic=platformBrowserDynamic,exports.__platform_browser_dynamic_private__=__platform_browser_dynamic_private__}); |
{ | ||
"name": "@angular/platform-browser-dynamic", | ||
"version": "2.2.0-beta.1", | ||
"version": "2.2.0-rc.0", | ||
"description": "Angular - library for using Angular in a web browser with JIT compilation", | ||
@@ -11,6 +11,6 @@ "main": "bundles/platform-browser-dynamic.umd.js", | ||
"peerDependencies": { | ||
"@angular/core": "2.2.0-beta.1", | ||
"@angular/common": "2.2.0-beta.1", | ||
"@angular/compiler": "2.2.0-beta.1", | ||
"@angular/platform-browser": "2.2.0-beta.1" | ||
"@angular/core": "2.2.0-rc.0", | ||
"@angular/common": "2.2.0-rc.0", | ||
"@angular/compiler": "2.2.0-rc.0", | ||
"@angular/platform-browser": "2.2.0-rc.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
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
77760
868