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(ssr): add angular 19 SSR support #337

Closed

Conversation

hizliemre
Copy link
Contributor

@hizliemre hizliemre changed the title feat(ssr): add angular 19 SSR suppor feat(ssr): add angular 19 SSR support Jan 26, 2025
Copy link

@hizliemre
Copy link
Contributor Author

@stevermeister Could you please review my PR?

@hizliemre hizliemre requested a review from pavankjadda January 29, 2025 01:42
@pavankjadda pavankjadda requested a review from Copilot January 29, 2025 04:49

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

projects/ngx-cookie-service-ssr/src/lib/ssr-cookie.service.ts:79

  • The variable 'result' should have a type annotation for clarity. It should be annotated as 'RegExpExecArray | null'.
const result = regExp.exec(cookieString ?? '');
@pavankjadda
Copy link
Collaborator

#338 will take care of this

@stevermeister
Copy link
Owner

That was fast! I just noticed a notification :)

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.

Support For AngularNodeAppEngine
3 participants