Closed e-oz closed 1 year ago
Hey, Angular v16 support is not quite ready, but should be in 16.1
angular totally remove ngcc
since 16 but tools required it somehow. I'm also looking support building libs with Angular 16
Ok, got it, will wait for 16.1. Thank you.
@AgentEnder could you please provide any ETA for 16.1? Looks like 16 angular comes with amazing features, and we want to use it as soon as possible. Thank you!
I mean, 15.9.2 etc won't support angular 16 either, you should be good to migrate to Nx 16, and then migrate to angular 16 whenever it's ready.
We generally support major angular versions within a few days of their release, and Angular 16 hasn't reached general availability yet
It means that if a library wants to support the upcoming Angular version ahead of time (with the pre-release tag), this library should not use Nx.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
Nx v16 can not build a library for Angular v16
Expected Behavior
Nx should be able to build an Angular library
GitHub Repo
No response
Steps to Reproduce
package.json:
nx build --skip-nx-cache --verbose
Nx Report
Failure Logs
Additional Information
No response