ThierryDD
4/16/2018 - 4:33 PM

Photos Swiping Animations - Polyfill

// ...
/**
 * Required to support Web Animations `@angular/platform-browser/animations`.
 * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
 **/
import 'web-animations-js';  // Run `npm install --save web-animations-js`.
// ...