Standalone Components
Now, all Generators provide a --standalone switch for supporting Standalone Components.
Don't mix Standalone Components and traditional ones in the same domain.
Workspace Libraries
We align with the current recommendations for Nx by generating workspace libraries (not buildable and not publishable) by default. In most cases, this leads to the best build time when combined with Module Federation.
If you need publishable or buildable libraries, use --type publishable
or --type buildable
Full Readme
See the full readme here