You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inputs and Outputs are working with the @component decorator but not with the @directive decorator.
It would be nice to use the component features with the directive decorator so that you can use additional data (which is also databounded) in your directive controller and view.
Working only with the $attrs object - as stated here: #84 - is not the same. So adding inputs and outputs would be great.
The text was updated successfully, but these errors were encountered:
Inputs and Outputs are working with the @component decorator but not with the @directive decorator.
It would be nice to use the component features with the directive decorator so that you can use additional data (which is also databounded) in your directive controller and view.
Working only with the $attrs object - as stated here: #84 - is not the same. So adding inputs and outputs would be great.
The text was updated successfully, but these errors were encountered: