Hi,
I’m just playing with the new 2.0 canary build released a little while ago and was wondering if you could yield values with the angle bracket component syntax. And if so, what that would look like.
For example:
Template (my-component)
{{yield "Bob"}}
Use
<my-component as="name">
Hello {{name}}
</my-component>
What an exciting time for Ember!