-
-
Notifications
You must be signed in to change notification settings - Fork 405
Open
Labels
Description
The main purpose of services is to be an injectable singleton. It does not seem to be gaining much by extending from FrameworkObject which inherits from CoreObject. The main benefit of this hierarchy is the Observable mixin, which provides things like this.get and friends. I think somewhere, Service also mixes in Evented, but I couldn't find it.
Reactions are currently unavailable