Examples of Ember apps/addons with Typescript?

Hi Everyone,

I’ve been flirting with the idea of implementing TypeScript along with Decorators in my Ember codebase.

Does anyone know of any open projects that use one or both of these that I could take a look at?

thanks! Peter

Probably this will be a useful start for you:

1 Like

In that issue of the Ember Times, my dev.to blog post has Typescript stuff. It also links to this project: packages/frontend · master · NullVoxPopuli / emberclear · GitLab Which is nearly entirely in typescript.

Also, this addon is entirely in typescript: GitHub - ember-data/json-api-validator: [WIP] json-api validation utils for applications built with ember-data

1 Like

these are great!

thanks guys!

Here are a few Ember Projects in TypeScript:

An addon in TS: GitHub - alexlafroscia/ember-steps: Declaratively create wizards, tabbed UIs, and more

An entirely project TS: GitHub - CenterForOpenScience/ember-osf-web: Ember front-end for the Open Science Framework

Hope this helps you.

2 Likes