-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add support for Angular 16 #22096
Conversation
17c617e
to
9549ab3
Compare
4ca0b59
to
f533abd
Compare
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
@yannbf awesome to see this being worked on! FYI, Angular 16 also changes the bundles that it generates. The |
Wow thanks for catching that! I updated the code. Would you be so kind to check whether we are missing anything more? |
Glad to help! From a runtime point of view, I think you've covered what I've found in my testing so far. I can see the pipeline failing with some typing issues. From what I can see:
|
89adcc0
to
e92c0ef
Compare
e92c0ef
to
b22c9c7
Compare
…pdate zone.js to version 0.13.0; add check for Angular version 16 or newer before running ngcc
b22c9c7
to
3ac0c0b
Compare
@valentinpalkovic this was not released yet, could you add a patch label in case you feel this should be patched? |
@yannbf nx should first test it under the alpha release. Afterwards we can do a hotfix release before angular gets released. |
The links above got me a 404. Anyone have a working example of Angular 16 rc with Storybook 7.1 alpha? Looking primarily for the main.ts. |
7.1.0-alpha.11 should work with Angular 16 |
Feature: Add support for Angular 16
Closes #22305
What I did
Angular just released v16 RC.0, so we gotta prepare for it!
This PR does two things:
How to test
yarn task --task sandbox --start-from auto --template angular-cli/16-ts
Findings
Angular 16 removed ngcc, so we have to account for it as well (we already have a framework option to disable it, so that helps!)
Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]