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

chore: update angular-standalone to v19 (need prebuilt binary to work) #38

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

AtofStryker
Copy link
Contributor

Updates the angular standalone example to v19

@AtofStryker AtofStryker force-pushed the chore/update_angular_standalone_to_v19 branch from 57a30cb to d7fe7ea Compare November 26, 2024 16:55
"@types/jasmine": "~5.1.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.1",
"jasmine-core": "~5.2.0",
"cypress": "https://cdn.cypress.io/beta/npm/13.15.2/darwin-arm64/feat/support_angular_19-438f97845003bb30d5d10cadffe0b52570b634b8/cypress.tgz",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we will need to update these after we publish cypress 14 as the dev tag (See release checklist cypress-io/cypress#30305)

@AtofStryker AtofStryker marked this pull request as ready for review November 26, 2024 18:43
@@ -3,6 +3,7 @@ import { ButtonComponent } from './button.component';

@Component({
template: ` <app-button> Click Me </app-button> `,
standalone: false,
Copy link

Choose a reason for hiding this comment

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

Are we able to just convert this to a standalone component?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can't because we are using template syntax, which means the testing module needs access to the component. Otherwise, it would be fine

@AtofStryker AtofStryker linked an issue Dec 2, 2024 that may be closed by this pull request
@AtofStryker AtofStryker merged commit 1697556 into release/14.0.0 Dec 2, 2024
@AtofStryker AtofStryker deleted the chore/update_angular_standalone_to_v19 branch December 2, 2024 21:09
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 Angular 19 Component Testing
2 participants