As a Software Engineer I used to put a lot of focus on making sure that my TypeScript code is typed correctly. Actually, I deemed it to be the key cod... (more…)
Read more »
Lately we’ve been noticing a lot of NaN’s show up in our app. We search for the source and find the following code: We sigh to ourselves, and decide maybe it’s finally time to add a type checker. We… (more…)
Read more »
Today we’re announcing the availability of TypeScript 3.9 RC, the release candidate of TypeScript 3.9. Between now and the final release, we expect no further changes apart from critical bug fixes.
To get started using the RC, you can get it through NuGet... (more…)
Read more »
Today we are excited to announce the beta release of TypeScript 4.5! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual ... (more…)
Read more »
Inversion of control and Dependency injection in Typescript | The following article is about inversion of control(IoC) and dependency injection(DI) in Type... (more…)
Read more »