-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(angular): support angular v16 #15592
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
471ddd6
to
2c95bd3
Compare
2c95bd3
to
dce04e9
Compare
dce04e9
to
4e478a7
Compare
4e478a7
to
283f16a
Compare
283f16a
to
2b606ac
Compare
2b606ac
to
7de35bc
Compare
7de35bc
to
93e581f
Compare
93e581f
to
0fcf0ac
Compare
0fcf0ac
to
0874034
Compare
0874034
to
6c38908
Compare
6c38908
to
78802ee
Compare
96b6d17
to
45b3dae
Compare
45b3dae
to
67135d9
Compare
c1f7a63
to
d872606
Compare
d872606
to
3da9986
Compare
provideRouter, | ||
withEnabledBlockingInitialNavigation, | ||
} from '@angular/router'; | ||
import { appRoutes } from './app/app.routes'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leosvelperez shouldn't this be import { appRoutes } from './app.routes';
instead since the file app.config.ts
is already inside the app
folder ?
I haven't ran the tests but wondering how they're passing.
I migrated my nx repository and am getting the errors as expected.
I can create a PR if you'd like 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @leosvelperez ! I found an issue while migrating a big nx 15.x Angular repository.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Angular v15.2.x is the latest supported version.
Expected Behavior
Angular v16.0.x should be supported.
Related Issue(s)
Fixes #