Skip to content
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

Merged
merged 1 commit into from
May 3, 2023

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented Mar 10, 2023

Current Behavior

Angular v15.2.x is the latest supported version.

Expected Behavior

Angular v16.0.x should be supported.

Related Issue(s)

Fixes #

@leosvelperez leosvelperez self-assigned this Mar 10, 2023
@vercel
Copy link

vercel bot commented Mar 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 3, 2023 11:43am

@leosvelperez leosvelperez force-pushed the angular/v16-support branch from 2c95bd3 to dce04e9 Compare April 3, 2023 09:00
@leosvelperez leosvelperez force-pushed the angular/v16-support branch from dce04e9 to 4e478a7 Compare April 3, 2023 09:27
@leosvelperez leosvelperez force-pushed the angular/v16-support branch from 4e478a7 to 283f16a Compare April 3, 2023 09:44
@leosvelperez leosvelperez force-pushed the angular/v16-support branch from 283f16a to 2b606ac Compare April 6, 2023 17:02
@leosvelperez leosvelperez force-pushed the angular/v16-support branch 2 times, most recently from 96b6d17 to 45b3dae Compare April 20, 2023 14:11
provideRouter,
withEnabledBlockingInitialNavigation,
} from '@angular/router';
import { appRoutes } from './app/app.routes';

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 🙂

Copy link

@AhsanAyaz AhsanAyaz left a 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.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants