ember-decorators / ember-decorators/argument

Glimmer Component API

Open
#95 17 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.