What s the recommended w…
What’s the recommended way to approach ui libraries?
- Each component gets its own library
- Related components are grouped under one library and exported under one module
- 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.