getsaf / shallow-render

Angular testing made easy with shallow rendering and easy mocking. https://getsaf.github.io/shallow-render
MIT License
273 stars 25 forks source link

fix: Fix usage of inputs/outputs defined in the component directive #235

Closed getsaf closed 1 year ago

getsaf commented 1 year ago

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.