Typescript

TypeScript Environment Setup Tutorial

In this TypeScript tutorial we show you how to setup a development environment by installing Typescript, Node.js and Visual...

Aug 27 · 2 min read >

Reasons to use Typescript

Typescript is a superset of Javascript. It’s Javascript with type definitions and the code will be checked when compiling....

Jun 10 · 4 min read >

Testing HttpClient Requests in Angular

Today, I’d like to show migrating the tests to the new HttpClient introduced with Angular. The story is divided...

May 16 · 7 min read >