Implement IE polyfills to for IE9-11 (fixes apply on undefined error) #745

Closed
opened 2025-08-09 17:17:30 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @AmrineA on 5/19/2017

Added IE polyfills for IE9-11

  • new ClientApp/polyfills/polyfills.ts file containing polyfills
  • added core-js to package.json
  • added core-js to webpack.config.vendor.js
  • added polyfills.ts import to ClientApp/boot-client.ts

Submission containing materials of a third party:
Mark Pieszak (https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/Client/polyfills/polyfills.ts)
MIT License

*Originally created by @AmrineA on 5/19/2017* Added IE polyfills for IE9-11 - new ClientApp/polyfills/polyfills.ts file containing polyfills - added core-js to package.json - added core-js to webpack.config.vendor.js - added polyfills.ts import to ClientApp/boot-client.ts Submission containing materials of a third party: Mark Pieszak (https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/Client/polyfills/polyfills.ts) MIT License
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#745
No description provided.