glimmerjs / glimmer-experimental

A set of experimental high-level APIs built on Glimmer.js
https://glimmerjs.github.io/glimmer-experimental/
59 stars 26 forks source link

Add owner to RenderOptions #96

Closed wondersloth closed 3 years ago

wondersloth commented 3 years ago

Goals

Overall the service decorated by a service works.

The missing piece was instantiating services with the owner in the base class.

This aligns with the current ember implementation for a service since the constructor inherited CoreObject

Some things that should be done to improve this: