Component libraries are packages that contain Angular components and directives, such as buttons, tables, and layouts. Throughout this book, I have been creating custom components and directives to demonstrate Angular features, but component libraries use these same features to provide building blocks that you can use to simplify the development process.
One of the recurring themes in this book is that nothing in Angular is magic, and this extends to component libraries, which are written using the same features that you used ...