How to implement JWT Token Authentication in Angular with .NET Core?

In this article, we will demonstrate JWT Token Authentication in Angular with .NET Core. To implement the JWT Token authentication mechanism, we will use the – What is JWT Token? JWT stands for JSON Web Tokens. It is a Token-based authentication to communicate with the REST endpoints in a secure way. It is a JSON-based token so … Read more

Angular Version History

Angular is a well known powerful web application framework in use today. To provide better stability and highly optimized web application, Angular has released multiple versions from time to time. In this post, you will get brief data of angular version history. Angular Versions So far, Angular Team has released multiple Angular versions. Let’s look … Read more

What’s new in Angular 9?

Google has finally released the latest one more stable version of angular, i.e. Angular 9. This is one of the biggest updates they have made in the past few years. This release mainly focused on Ivy compiler and run time by default. Before proceeding, If you want to check the Angular version installed in your … Read more

Angular CRUD example with Web API

In this blog, I will build an Angular application to demonstrate the CRUD example step by step. I will use C# and ASP.Net Web API as a middle-ware between Angular and SQL databases. Angular CRUD Example – C- Create record in database R- Read record(s) from database U- Update existing record D- Delete existing record … Read more