sureshchahal / angular2-adal

Angular 2 wrapper for adal.js
MIT License
41 stars 50 forks source link

Remove reflect-metadata #62

Open aciccarello opened 7 years ago

aciccarello commented 7 years ago

Angular-cli project are initialized with the core-js reflect metadata polyfill instead of using the reflect-metadata package.

Looking at the library I don't see reflect-metadata imported anywhere so it may be possible to simply remove it. If not, this package should migrate to using core-js to be consistent with angluar-cli and other libraries so that two versions of reflect metadata are not being included.