adopted-ember-addons/torii

Modernize code examples

Open

#10 opened on Oct 25, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

A lot of the code examples in the README are using oldish EmberObject syntax and should probably be replaced by examples in ES-Class syntax.

Also, examples where auto injection is implied should contain the necessary service injection.

Contributor guide