Skip to content

Commit

Permalink
add data classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Apr 6, 2019
1 parent 74456a4 commit d2d078a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion text/0000-injection-parameter-normalization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Start Date: 2019-02-19
- Relevant Team(s): Ember.js, Learning
- Relevant Team(s): Ember.js, Ember Data, Learning
- RFC PR: https://github.com/emberjs/rfcs/pull/451
- Tracking:

Expand All @@ -17,6 +17,13 @@ the following built in framework classes:
- `Controller`
- `Helper`

Along with the following Ember Data classes:

- `Model`
- `Adapter`
- `Serializer`
- `Transform`

## Terminology

- _Explicit injections_ are injections which are defined in the class body using
Expand Down Expand Up @@ -93,6 +100,13 @@ is, framework classes that are provided by Ember:
- `Controller`
- `Helper`

Along with framework clases provided by Ember Data:

- `Model`
- `Adapter`
- `Serializer`
- `Transform`

This RFC does **_not_** aim to provide a single contract for _all_ classes
registered on the container, in perpetuity. This would lock us into a tight
coupling between the container and constructors for objects that are registered,
Expand Down

0 comments on commit d2d078a

Please sign in to comment.