Mercurial > hg > ugly-duckling
annotate src/polyfills.ts @ 196:aa1c92c553cb
A few different @Input flags allowing for using component for just a waveform or features or both, turning off seeking and allowing more than one feature to be extracted to the component. Very messy, desperately needs refactoring.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 24 Mar 2017 11:00:54 +0000 |
parents | b4a1e0a67389 |
children | 53ea6406d601 |
rev | line source |
---|---|
angular-cli@0 | 1 // This file includes polyfills needed by Angular 2 and is loaded before |
angular-cli@0 | 2 // the app. You can add your own extra polyfills to this file. |
angular-cli@0 | 3 import 'core-js/es6/symbol'; |
angular-cli@0 | 4 import 'core-js/es6/object'; |
angular-cli@0 | 5 import 'core-js/es6/function'; |
angular-cli@0 | 6 import 'core-js/es6/parse-int'; |
angular-cli@0 | 7 import 'core-js/es6/parse-float'; |
angular-cli@0 | 8 import 'core-js/es6/number'; |
angular-cli@0 | 9 import 'core-js/es6/math'; |
angular-cli@0 | 10 import 'core-js/es6/string'; |
angular-cli@0 | 11 import 'core-js/es6/date'; |
angular-cli@0 | 12 import 'core-js/es6/array'; |
angular-cli@0 | 13 import 'core-js/es6/regexp'; |
angular-cli@0 | 14 import 'core-js/es6/map'; |
angular-cli@0 | 15 import 'core-js/es6/set'; |
angular-cli@0 | 16 import 'core-js/es6/reflect'; |
angular-cli@0 | 17 |
angular-cli@0 | 18 import 'core-js/es7/reflect'; |
angular-cli@0 | 19 import 'zone.js/dist/zone'; |
dev@3 | 20 import 'hammerjs'; |