preboot/angularjs-webpack

how can i import Promise

southnan0 opened this issue · 1 comments

Hello ,I want to import Promise. But I don't want to use typing. how can I use?

phra commented

Promise are part of ES2015 standard. if you want to use them in ES5 env you need a polyfill like this one