-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
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.
It looks fine
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.
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, |
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.
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.
No description provided.