From 2eda46ac355d567b0caf129626af1979262b5014 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Thu, 13 Jun 2019 14:38:28 -0500 Subject: [PATCH] Added article on static types in Ember --- source/2019-06-08-the-ember-times-issue-102.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/2019-06-08-the-ember-times-issue-102.md b/source/2019-06-08-the-ember-times-issue-102.md index ea5187f9b..50f45ad79 100644 --- a/source/2019-06-08-the-ember-times-issue-102.md +++ b/source/2019-06-08-the-ember-times-issue-102.md @@ -14,6 +14,7 @@ This week: ... more #EmberJS2019 posts wanted! ✏️, RFC for an alternative to Controllers 🥴, +tips for adding TypeScript 🌟, ... --- @@ -51,12 +52,13 @@ With these two RFCs, we're heading in the right direction for eventually being a --- -## [Section Title in Title Case 🐹](#section-url) - - - - - +## [Static Types in EmberJs? 🌟](https://dev.to/jamesbyrne/static-types-in-emberjs-26b7) + +If you are new to adding TypeScript to your Ember project, [@James-Byrne](https://github.com/James-Byrne) has got you covered! + +From [James' blog post]](https://dev.to/jamesbyrne/static-types-in-emberjs-26b7), you can learn how types help you catch errors at compile time and keep your documentation up-to-date. You can also find common problems to watch out for when you introduce types to your app. + +Have a look and add types today! ---