ember-cli-typescript
  • ember-cli-typescript
  • Installation
  • Configuration
  • TypeScript and Ember
    • Using TypeScript With Ember Effectively
    • Decorators
    • Current limitations
    • Building Addons in TypeScript
    • Understanding the @types Package Names
  • Working With Ember
    • Components
    • Services
    • Routes
    • Controllers
    • Helpers
    • Testing
  • Working With Ember Data
    • Models
    • Transforms
  • Cookbook
    • Working with route models
  • Working With Ember Classic
    • EmberComponent
    • Mixins
    • Computed Properties
    • EmberObject
  • Upgrading from 1.x
  • Troubleshooting
    • Conflicting Type Dependencies
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF

Working With Ember

In this section, we cover how to use TypeScript effectively with specific Ember APIs (anything you'd find under the @ember package namespace).

We do not cover general usage of Ember; instead, we assume that as background knowledge. Please see the Ember Guides and API docs!

Outline

  • Components

  • Services

  • Routes

  • Controllers

  • Helpers

  • Testing

PreviousUnderstanding the @types Package NamesNextComponents

Last updated 4 years ago

Was this helpful?