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: Fix usage of inputs/outputs defined in the component directive #235

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

getsaf
Copy link
Owner

@getsaf getsaf commented Jan 7, 2023

Components or directives may define inputs inside the @Component or @Directive decorators instead of using @Input and @Output directives.

This was supported in shallow-render until a recent Angular update required a total refactor of I/O binding parsing which broke support for this pattern.

@getsaf getsaf merged commit 42c95db into master Jan 7, 2023
@getsaf getsaf deleted the fix-component-bindings branch January 7, 2023 17:07
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.

None yet

1 participant