Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scalvert/ember-object-to-es6-class
- Owner: scalvert
- Created: 2018-06-14T16:42:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T16:50:22.000Z (over 6 years ago)
- Last Synced: 2024-10-19T17:57:37.208Z (2 months ago)
- Size: 0 Bytes
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |
| ------------------- | ---------------- |
| | |
| | |
| | |
| | |
| | |