aboutsummaryrefslogtreecommitdiff
path: root/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyfills.ts')
-rw-r--r--src/polyfills.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polyfills.ts b/src/polyfills.ts
index af84770..d310405 100644
--- a/src/polyfills.ts
+++ b/src/polyfills.ts
@@ -47,8 +47,9 @@ import 'core-js/es7/reflect';
47 47
48 48
49/** 49/**
50 * Required to support Web Animations `@angular/platform-browser/animations`. 50 * Web Animations `@angular/platform-browser/animations`
51 * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation 51 * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
52 * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
52 **/ 53 **/
53// import 'web-animations-js'; // Run `npm install --save web-animations-js`. 54// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
54 55