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
The current API docs mostly show Component.extend() style of documentation, but we should show both class extends Component {} (with "real" decorators) and Component.extend() (with "computed style" decorators).
The text was updated successfully, but these errors were encountered:
The current API docs mostly show
Component.extend()
style of documentation, but we should show bothclass extends Component {}
(with "real" decorators) andComponent.extend()
(with "computed style" decorators).The text was updated successfully, but these errors were encountered: