Using TypeScript Dynamic Imports in Angular Wednesday, February 21, 2018 Teklinks TypeScript 2.4 added support for dynamic import() expressions, which allow us to asynchronously load and execute ECMAScript modules on demand. This means that we can conditionally and lazily import other modules and libraries. Full article Email This BlogThis! Share to X Share to Facebook