Tutorials, guides and articles on TypeScript language.

Read more about the article How to Fix VS Code Rename Symbols Feature for TypeScript
Fix VS Code Rename Symbols Issue

How to Fix VS Code Rename Symbols Feature for TypeScript

Visual Studio Code is an open-source, lightweight IDE from Microsoft. I enjoy using it on a day-to-day basis, generally for front-end projects like Angular web applications. VS Code has many handy features, one of my favourite is the rename symbols feature. The rename feature allows you to easily change the…

2 Comments
Read more about the article Easily Decode JSON Web Token (JWT) in Your SPA
Decode JWT Tokens in Angular

Easily Decode JSON Web Token (JWT) in Your SPA

JSON Web Tokens (JWT) are commonly used in single page application frameworks like Angular for authentication and authorisation. In situations where you want grab the details of the user from the token, you need a way to decode it yourself. In this post, I will be using jwt-decode, which is…

3 Comments