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

fix: support default and reqHandler exports in Angular #8145

Merged
merged 8 commits into from
Feb 8, 2025

Conversation

alan-agius4
Copy link
Contributor

Updated the export structure to ensure both default and reqHandler exports function when using Angular.

@alan-agius4 alan-agius4 changed the title fix: supporft default and reqHandler exports in Angular fix: support default and reqHandler exports in Angular Jan 27, 2025
Updated the export structure to ensure both `default` and `reqHandler` exports function when using Angular.
Copy link
Member

@jamesdaniels jamesdaniels left a comment

Choose a reason for hiding this comment

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

PTAL @leoortizz. This should get us up and running with the Angular 19's default server.ts

@leoortizz leoortizz enabled auto-merge (squash) February 6, 2025 18:10
@leoortizz leoortizz disabled auto-merge February 6, 2025 18:11
@@ -36,7 +36,7 @@ export const docsUrl = "https://firebase.google.com/docs/hosting/frameworks/angu

const DEFAULT_BUILD_SCRIPT = ["ng build"];

export const supportedRange = "16 - 18";
export const supportedRange = "16 - 19";
Copy link
Member

Choose a reason for hiding this comment

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

@leoortizz leoortizz enabled auto-merge (squash) February 6, 2025 18:13
@leoortizz
Copy link
Member

thanks @alan-agius4! I added changelog and increased the supported Angular version to 19.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.13%. Comparing base (c0226eb) to head (e3556f4).
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8145      +/-   ##
==========================================
+ Coverage   51.12%   51.13%   +0.01%     
==========================================
  Files         423      423              
  Lines       29722    29711      -11     
  Branches     6083     6082       -1     
==========================================
- Hits        15196    15194       -2     
+ Misses      13160    13151       -9     
  Partials     1366     1366              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leoortizz leoortizz disabled auto-merge February 8, 2025 03:52
@leoortizz leoortizz merged commit c0dcbd3 into firebase:master Feb 8, 2025
38 of 43 checks passed
@alan-agius4 alan-agius4 deleted the exports-angular branch February 10, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants