-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to render a component instance? #11573
Comments
Ok, so it's not possible from what I'm reading. What's the correct way of achieving something like this? |
@QuantumKing emberjs/rfcs#64 might be what you're looking for. |
Component helper requires components to be looked up in the container (and does not allow locally defined components to be accessed). You should take a look at emberjs/rfcs#64, which proposes a solution similar to your example code. |
Closing this in favor of the RFC... |
Hi, Was just curious if this ever made it in? I've been trying to setup something twiddle with ember canary that would let me do something described by this issue. I've followed these references in trying to get this to work: Both
hasn't worked out for me. Any guidance is greatly appreciated, thanks! |
@chadian - Looks like you are mostly describing the new (in 2.3) contextual components feature. You might want to check out the 2.3.0-beta blog post for details... |
Is it possible to achieve something like this?
I can't find it in the documentation. It used to be possible using views.
The text was updated successfully, but these errors were encountered: