Lazy-Loading Angular Modules (Ivy and Async Await)
In this post you’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s... (more…)
Read more »Front-end has changed a lot in the last decade. And web component is one, if not the, best feature now natively available on all the recent browsers. Here is a tutorial on how to export an Angular library into a web component. ContextWe had to build a dia… Read more