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 c6b0027
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions text/0000-injection-parameter-normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 c6b0027

Please sign in to comment.