File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
"ts-helpers" : " ^1.1.2" ,
56
56
"tsickle" : " ^0.35.0" ,
57
57
"tslib" : " ^1.9.3" ,
58
+ "web-animations-js" : " ^2.3.1" ,
58
59
"zone.js" : " ^0.9.1"
59
60
},
60
61
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import 'mutationobserver-shim';
49
49
* Required to support Web Animations `@angular/platform-browser/animations`.
50
50
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
51
51
**/
52
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
52
+ import 'web-animations-js' ; // Run `npm install --save web-animations-js`.
53
53
54
54
/**
55
55
* By default, zone.js will patch all possible macroTask and DomEvents
@@ -59,7 +59,6 @@ import 'mutationobserver-shim';
59
59
( window as any ) . __Zone_disable_requestAnimationFrame = true ; // disable patch requestAnimationFrame
60
60
( window as any ) . __Zone_disable_on_property = true ; // disable patch onProperty such as onclick
61
61
( window as any ) . __zone_symbol__BLACK_LISTED_EVENTS = [ 'scroll' , 'mousemove' ] ; // disable patch specified eventNames
62
- ( window as any ) . __Zone_enable_cross_context_check = true ;
63
62
64
63
/*
65
64
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
You can’t perform that action at this time.
0 commit comments