What s the recommended w…

less than 1 minute read

What’s the recommended way to approach ui libraries?

  1. Each component gets its own library
  2. Related components are grouped under one library and exported under one module
  3. Related components are grouped under one library and exported each in its own module (I think this is what Angular Material does)

I’m guessing it’s either 1 or 3.

Updated: