blog.avenuecode.com
Lazy-loading ES2015 modules in the browser
1
This article demonstrates how to load ES2015 modules synchronously (during the page load) and asynchronously (performing lazy-loading) using System.js. Read full article