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(a19): correct detection of standalone flag #10306 #10583 #10751

Merged
merged 2 commits into from
Jan 12, 2025

Conversation

satanTime
Copy link
Member

@satanTime satanTime commented Jan 12, 2025

fixes #10306
closes #10583

re-alam and others added 2 commits January 12, 2025 11:48
Added standalone false as default for mock-render and updated isStandalone method to handle angular 19+ default standalone behavior for components.
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6a140b3) to head (8963df3).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #10751   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          227       227           
  Lines         4946      4948    +2     
  Branches      1148      1149    +1     
=========================================
+ Hits          4946      4948    +2     

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

@satanTime satanTime merged commit fec44bd into help-me-mom:master Jan 12, 2025
6 checks passed
@satanTime satanTime deleted the issues/10306 branch January 12, 2025 12:12
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.

Bug: Ng19=next - Forgot to flush TestBed? MockRender cannot be used without a reset
2 participants