TL;DR Update tsconfig.json to reference the library project instead of the dist folder The Problem With recent updates to the angular cli, it’s now trivial to setup and package an angular component library. However, developing changes in that component library can be a clunky process. The goal of this post is to get your components…