Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalvert/ember-object-to-es6-class

A mapping of ember objects to es6 classes
https://github.com/scalvert/ember-object-to-es6-class

Last synced: about 2 months ago
JSON representation

A mapping of ember objects to es6 classes

Awesome Lists containing this project

README

        

# ember-object-to-es6-class

Defines a mapping of existing Ember Object syntax to its es6 class equivalent.

## Types

### Routes

| Ember Object Syntax | ES6 Class Syntax |
| ------------------- | ---------------- |
| | |
| | |
| | |
| | |
| | |

### Controllers

| Ember Object Syntax | ES6 Class Syntax |
| ------------------- | ---------------- |
| | |
| | |
| | |
| | |
| | |

### Services

| Ember Object Syntax | ES6 Class Syntax |
| ------------------- | ---------------- |
| | |
| | |
| | |
| | |
| | |

### Components

| Ember Object Syntax | ES6 Class Syntax |
| ------------------- | ---------------- |
| | |
| | |
| | |
| | |
| | |