@angular/platform-browser 8.2.0 → 8.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/animations/animations.d.ts +1 -1
- package/animations.d.ts +1 -1
- package/bundles/platform-browser-animations.umd.js +121 -1
- package/bundles/platform-browser-animations.umd.js.map +1 -1
- package/bundles/platform-browser-animations.umd.min.js +1 -1
- package/bundles/platform-browser-animations.umd.min.js.map +1 -1
- package/bundles/platform-browser-testing.umd.js +249 -2
- package/bundles/platform-browser-testing.umd.js.map +1 -1
- package/bundles/platform-browser-testing.umd.min.js +2 -10
- package/bundles/platform-browser-testing.umd.min.js.map +1 -1
- package/bundles/platform-browser.umd.js +153 -5
- package/bundles/platform-browser.umd.js.map +1 -1
- package/bundles/platform-browser.umd.min.js +3 -11
- package/bundles/platform-browser.umd.min.js.map +1 -1
- package/esm2015/src/version.js +1 -1
- package/esm5/src/version.js +1 -1
- package/fesm2015/animations.js +109 -1
- package/fesm2015/animations.js.map +1 -1
- package/fesm2015/platform-browser.js +1244 -12
- package/fesm2015/platform-browser.js.map +1 -1
- package/fesm2015/testing.js +113 -4
- package/fesm2015/testing.js.map +1 -1
- package/fesm5/animations.js +1 -1
- package/fesm5/platform-browser.js +46 -7
- package/fesm5/platform-browser.js.map +1 -1
- package/fesm5/testing.js +87 -5
- package/fesm5/testing.js.map +1 -1
- package/package.json +3 -3
- package/platform-browser.d.ts +1 -1
- package/platform-browser.metadata.json +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v8.2.
|
2
|
+
* @license Angular v8.2.4
|
3
3
|
* (c) 2010-2019 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -46,15 +46,7 @@ var p=null;function l(){return p}function f(t){p||(p=t)}var d,y=function(){funct
|
|
46
46
|
*
|
47
47
|
* Use of this source code is governed by an MIT-style license that can be
|
48
48
|
* found in the LICENSE file at https://angular.io/license
|
49
|
-
*/
|
50
|
-
/**
|
51
|
-
* @license
|
52
|
-
* Copyright Google Inc. All Rights Reserved.
|
53
|
-
*
|
54
|
-
* Use of this source code is governed by an MIT-style license that can be
|
55
|
-
* found in the LICENSE file at https://angular.io/license
|
56
|
-
*/
|
57
|
-
function O(t,e){"undefined"!=typeof COMPILED&&COMPILED||((n.ɵglobal.ng=n.ɵglobal.ng||{})[t]=e)}
|
49
|
+
*/function O(t,e){"undefined"!=typeof COMPILED&&COMPILED||((n.ɵglobal.ng=n.ɵglobal.ng||{})[t]=e)}
|
58
50
|
/**
|
59
51
|
* @license
|
60
52
|
* Copyright Google Inc. All Rights Reserved.
|
@@ -68,7 +60,7 @@ function O(t,e){"undefined"!=typeof COMPILED&&COMPILED||((n.ɵglobal.ng=n.ɵglob
|
|
68
60
|
*
|
69
61
|
* Use of this source code is governed by an MIT-style license that can be
|
70
62
|
* found in the LICENSE file at https://angular.io/license
|
71
|
-
*/function Vt(t,e){var n=t.getElementById(e+"-state"),o={};if(n&&n.textContent)try{o=JSON.parse(function r(t){var e={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return t.replace(/&[^;]+;/g,function(t){return e[t]})}(n.textContent))}catch(t){console.warn("Exception while restoring TransferState for app "+e,t)}return zt.init(o)}var Ft=function(){return a([n.NgModule({providers:[{provide:zt,useFactory:Vt,deps:[e.DOCUMENT,n.APP_ID]}]})],function t(){})}(),Zt=function(){function t(){}return t.all=function(){return function(){return!0}},t.css=function(t){return function(e){return null!=e.nativeElement&&l().elementMatches(e.nativeElement,t)}},t.directive=function(t){return function(e){return-1!==e.providerTokens.indexOf(t)}},t}(),Gt=new n.Version("8.2.
|
63
|
+
*/function Vt(t,e){var n=t.getElementById(e+"-state"),o={};if(n&&n.textContent)try{o=JSON.parse(function r(t){var e={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return t.replace(/&[^;]+;/g,function(t){return e[t]})}(n.textContent))}catch(t){console.warn("Exception while restoring TransferState for app "+e,t)}return zt.init(o)}var Ft=function(){return a([n.NgModule({providers:[{provide:zt,useFactory:Vt,deps:[e.DOCUMENT,n.APP_ID]}]})],function t(){})}(),Zt=function(){function t(){}return t.all=function(){return function(){return!0}},t.css=function(t){return function(e){return null!=e.nativeElement&&l().elementMatches(e.nativeElement,t)}},t.directive=function(t){return function(e){return-1!==e.providerTokens.indexOf(t)}},t}(),Gt=new n.Version("8.2.4");
|
72
64
|
/**
|
73
65
|
* @license
|
74
66
|
* Copyright Google Inc. All Rights Reserved.
|