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: add angular 19 support #143

Merged
merged 16 commits into from
Dec 28, 2024
Merged

feat: add angular 19 support #143

merged 16 commits into from
Dec 28, 2024

Conversation

edusperoni
Copy link
Collaborator

No description provided.

Copy link

@SeanKelly369 SeanKelly369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks fine

Copy link

@SeanKelly369 SeanKelly369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, but there only one way to find out, merge it and test it.

@@ -162,7 +203,7 @@ export class PageRouterOutlet implements OnDestroy, RouterOutletContract {
private router: Router,
elRef: ElementRef,
viewUtil: ViewUtil,
private environmentInjector: EnvironmentInjector
private environmentInjector: EnvironmentInjector,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not by an means a show stopper, but the , character has been added in a few places where it wasn't needed. It won't prevent the code from compiling, therefore it isn't an issue.

@NathanWalker NathanWalker merged commit 00802d2 into main Dec 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants