{"version":3,"sources":["./polyfills.ts"],"names":["Element","prototype","CharacterData","DocumentType","forEach","item","hasOwnProperty","Object","defineProperty","configurable","enumerable","writable","value","this","parentNode","removeChild"],"mappings":"gIAAA,+DA8EG,CAACA,QAAQC,UAAWC,cAAcD,UAAWE,aAAaF,WAfvDG,SAAQ,SAAUC,GAChBA,EAAKC,eAAe,WAGxBC,OAAOC,eAAeH,EAAM,SAAU,CACpCI,cAAc,EACdC,YAAY,EACZC,UAAU,EACVC,MAAO,WACDC,KAAKC,YACPD,KAAKC,WAAWC,YAAYF,c","file":"3\\3.bundle.js?tiiBuildVersion=2e85c3212e72400fc162","sourcesContent":["/**\n * This file includes polyfills needed by Angular and is loaded before the app.\n * You can add your own extra polyfills to this file.\n *\n * This file is divided into 2 sections:\n * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\n * 2. Application imports. Files imported after ZoneJS that should be loaded before your main\n * file.\n *\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\n *\n * Learn more in https://angular.io/guide/browser-support\n */\n\n/***************************************************************************************************\n* BROWSER POLYFILLS\n*/\n\nimport 'core-js/es7/object';\nimport 'core-js/es7/array';\n\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\nimport 'classlist.js'; // Run `npm install --save classlist.js`.\n\n/** IE10 and IE11 requires the following for the Reflect API. */\nimport 'core-js/es6/reflect';\n\n/** IE10 and IE11 requires the following for URL Object */\nimport 'url-polyfill';\n\n/**\n* Required to support Web Animations `@angular/platform-browser/animations`.\n* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation\n**/\nimport 'web-animations-js'; // Run `npm install --save web-animations-js`.\n\n\n/***************************************************************************************************\n* Zone JS is required by default for Angular itself.\n*/\nimport 'zone.js'; // Included with Angular CLI.\n\n\n\n/***************************************************************************************************\n* APPLICATION IMPORTS\n*/\nimport 'hammerjs';\n\ndeclare module '@angular/core'{\n interface ModuleWithProviders{\n ngModule : Type;\n providers? : Provider[];\n }\n }\n\n/***************************************************************************************************\n * Needed for IE11 to polyfill 'remove' functionality for DOM elements\n*/\n// from:https://github.com/jserz/js_piece/blob/master/DOM/ChildNode/remove()/remove().md\n(function (arr) {\n arr.forEach(function (item) {\n if (item.hasOwnProperty('remove')) {\n return;\n }\n Object.defineProperty(item, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n if (this.parentNode) {\n this.parentNode.removeChild(this);\n }\n }\n });\n });\n})([Element.prototype, CharacterData.prototype, DocumentType.prototype]);\n"],"sourceRoot":"webpack:///"}