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
I'd like to have a rule to enforce the recommendation of 'Consider placing @input() or @output() on the same line as the property it decorates.' described in Style 05-12. As far as I can tell use-input-property-decorator only enforces the usage of @input not the styling
The text was updated successfully, but these errors were encountered:
@mgechev I'd like to implement this (actually I've already started). I think we can use more generic approach, to enforce single line for Output, ContentChild, ViewChild... and so on. What do you think? If so, about the name.. prefer-decorator-inline, prefer-decorator-single-line?
I'd like to have a rule to enforce the recommendation of 'Consider placing @input() or @output() on the same line as the property it decorates.' described in Style 05-12. As far as I can tell use-input-property-decorator only enforces the usage of @input not the styling
The text was updated successfully, but these errors were encountered: