Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

[FEAT] Implement Glimmer Components RFC #168

Merged

Commits on Feb 9, 2019

  1. [FEAT] Implement Glimmer Components RFC

    This PR turns the `@glimmer/component` package into an Ember addon,
    allowing it to work in both Ember.js and Glimmer.js applications. This
    works by keeping the `GlimmerComponent` class definition in a separate
    file that then gets imported by the Glimmer.js implementation in `src`,
    and is included in the Ember.js implementation via `addon/index.js`.
    Chris Garrett committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    5ec0400 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. update ember-decorators

    Chris Garrett committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    b8f735c View commit details
    Browse the repository at this point in the history