-
-
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
Handling subdirectories in ember-htmlbars-component-generation #10456
Comments
I did a brief tour of the component syntax, and didn't see any way of instantiating a nested component in a directory. My preference would be to use |
relevant discussion: emberjs/rfcs#10 (comment) |
A part-way solution might be to resolve the component location by checking the folder in which the template that uses it resides, and if not found there, falling back to /components. |
Yep. That was definitely one of the ideas being tossed around. I believe that @ebryn is opposed to 'is' though (I could be mistaken)... |
This feature is not enabled in 1.13, we've removed this from the milestone. |
Still need to determine how this will be handled in angle-bracket land. @wycats - ping.... |
This feature was removed (so that work could continue on glimmer 2 engine). When the new angle bracket component RFC is introduced, please raise this concern there.... |
If I have a handlebars component:
How do I express this with ember-htmlbars-component-generation? This does not work:
Edit: here is the error
The text was updated successfully, but these errors were encountered: