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 Data

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

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

PreviousTestingNextModels

Last updated 4 years ago

Was this helpful?