Alain BoudardAngular library lazy loading — part 2In a previous article, we talked about how Angular does bundle and load chuncks of a library, depending on how we organise the code inside…Mar 18Mar 18
Alain BoudardAngular library lazy loadingIn this article, I wanted to focus on some of the options available with Angular to lazy load elements from a library, and how it affects…Mar 71Mar 71
Alain BoudardAdding scss assets to Angular libraryIn a previous article, I was talking about some ways to include assets in an Agular library. Let’s go a little further, and see how we can…Nov 21, 20232Nov 21, 20232
Alain BoudardUsing Angular cache with libraryHow the angular cache can interfere with the build of an application.Sep 1, 2023Sep 1, 2023
Alain BoudardTyping Angular PrimeNg Table templates columnsHow to enforce typing on additional properties of ng-templates from PrimeNg.Feb 1, 20231Feb 1, 20231
Alain BoudardTyping Angular PrimeNg templatesHow to bring type checking to our Angular templates that use the PrimeNg library components and customize their display with the built-in…Jan 26, 20233Jan 26, 20233
Alain BoudardExcellent work on a very important issue when dealing with monorepo-like or workspace-like Angular…Configuring Transloco for our lazy-loaded libraries might seem simple by reading the docs, but then it hits you with the webpack import.May 2, 2022May 2, 2022
Alain BoudardExcellent description of Shadow DOM in Angular !This explains also why we can't override a basic CSS framework style directly from our components.Mar 23, 2022Mar 23, 2022