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: support signal inputs, queries and model #2303

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

devversion
Copy link
Contributor

@devversion devversion commented Feb 9, 2024

This PR adds support for signal inputs, queries and model, and upcoming output of Angular v17.1, v17.2.
Angular updated the transform but the copy maintained here in the repository was outdated.

The PR also significantly simplifies the codebase by automatically using the JIT transform that
Angular maintains for the Angular CLI. Removing duplication, improving future maintenance,
preparing for future changes, and removing code duplication.

A similar advancement was attempted for the replace resources transform, but it seems too
specific to Jest, so that's another story.

Fixes #2246. Closes #2255

Decouple TypeScript versions to ensure proper SyntaxKind checks
@ahnpnl ahnpnl merged commit 7f7a22f into thymikee:main Feb 9, 2024
10 checks passed
@devversion devversion deleted the support-new-signal-apis branch February 9, 2024 20:30
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]: Input signals in components cause tests to error out (Angular v17.1.0)
2 participants