1 min readSep 15, 2020
Hi!
So the approach described in article allows you to import everything directly from @my-org/some-lib (the same as it was in Angular Material until pretty recently, the actually changed it for some internal Google toolchain / blaze reasons)
If you wanted that styles of imports anyway you could create sub entries folders as siblings to src/ (its often used for testing/ ) that should give you what you described ☺
Cheers!