ember-decorators / ember-decorators/argument
Glimmer Component API
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The Glimmer Component API works different to the old Ember Component API. Arguments are not placed directly on the `Component` instance, but are set as the `args` object on the instance. This means that this addon is incompatible with Glimmer Components.
To get a feel for how they work, you can use [`sparkles-component`](https://github.com/rwjblue/sparkles-component).
The question I want to solve is: How can we expose the same validation system to Glimmer Components?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.