dev@236: /** dev@236: * This file includes polyfills needed by Angular and is loaded before the app. dev@236: * You can add your own extra polyfills to this file. dev@236: * dev@236: * This file is divided into 2 sections: dev@236: * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. dev@236: * 2. Application imports. Files imported after ZoneJS that should be loaded before your main dev@236: * file. dev@236: * dev@236: * The current setup is for so-called "evergreen" browsers; the last versions of browsers that dev@236: * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), dev@236: * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. dev@236: * dev@236: * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html dev@236: */ dev@236: dev@236: /*************************************************************************************************** dev@236: * BROWSER POLYFILLS dev@236: */ dev@236: dev@236: /** IE9, IE10 and IE11 requires all of the following polyfills. **/ angular-cli@0: import 'core-js/es6/symbol'; angular-cli@0: import 'core-js/es6/object'; angular-cli@0: import 'core-js/es6/function'; angular-cli@0: import 'core-js/es6/parse-int'; angular-cli@0: import 'core-js/es6/parse-float'; angular-cli@0: import 'core-js/es6/number'; angular-cli@0: import 'core-js/es6/math'; angular-cli@0: import 'core-js/es6/string'; angular-cli@0: import 'core-js/es6/date'; angular-cli@0: import 'core-js/es6/array'; angular-cli@0: import 'core-js/es6/regexp'; angular-cli@0: import 'core-js/es6/map'; angular-cli@0: import 'core-js/es6/set'; dev@236: dev@236: /** IE10 and IE11 requires the following for NgClass support on SVG elements */ dev@236: // import 'classlist.js'; // Run `npm install --save classlist.js`. dev@236: dev@236: /** IE10 and IE11 requires the following to support `@angular/animation`. */ dev@236: // import 'web-animations-js'; // Run `npm install --save web-animations-js`. dev@236: dev@236: dev@236: /** Evergreen browsers require these. **/ angular-cli@0: import 'core-js/es6/reflect'; dev@236: import 'core-js/es7/reflect'; angular-cli@0: dev@236: dev@236: /** ALL Firefox browsers require the following to support `@angular/animation`. **/ dev@420: import 'web-animations-js'; // Run `npm install --save web-animations-js`. dev@236: dev@236: dev@236: dev@236: /*************************************************************************************************** dev@236: * Zone JS is required by Angular itself. dev@236: */ dev@236: import 'zone.js/dist/zone'; // Included with Angular CLI. dev@236: dev@236: dev@236: dev@236: /*************************************************************************************************** dev@236: * APPLICATION IMPORTS dev@236: */ dev@236: dev@236: /** dev@236: * Date, currency, decimal and percent pipes. dev@236: * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 dev@236: */ dev@236: // import 'intl'; // Run `npm install --save intl`. dev@3: import 'hammerjs';