Standalone Components in Angular 14: Breaking Free from Modules

Angular 14 introduced a significant concept: standalone components. These components operate independently, without relying on the traditional NgModule structure. Let’s delve into the details with an example: What are Standalone Components? Before Angular 14, usually when we create a component, we must pass it inside the declarations array of a module. If we do not … Read more

Level Up API Authentication with JWT Refresh Token in ASP.NET CORE and Angular

In this article, will see how can we refresh the JWT Token in Asp.Net Core Web API, once the access token has expired.We will see how the token works and how the JWT refresh token re-authenticates the user. To demonstrate this feature we will use ASP.NET Core API and Angular. Let’s start with the JWT … Read more

Is Angular 16 the Quirkiest Version Yet? Find Out Now!

In this article, we will know about the breaking changes in Angular version 16. Let’s start with very basic but fundamental changes in Angular v16. Changes in Angular version 16 Below are some of the changes available in Angular version 16. Faster builds with the esbuild developer preview Angular version 16 brings you the developer … Read more

Can we install multiple versions of Angular on a single System?

If you are asked whether you can work on more than one Angular version on a single Windows system, then the simple answer is – YES, we can use multiple Angular versions. How can we install multiple Angular versions on the same System? Now that we know that we can work with multiple versions of … Read more

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 a JWT Token? JWT stands for JSON Web Tokens. It is a Token-based authentication to communicate with the REST endpoints securely. It is a JSON-based token so you can … 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 applications, Angular has released multiple versions from time to time. In this post, you will get brief data on angular version history. Angular Versions So far, Angular Team has released multiple Angular versions. Let’s look at … Read more

Building a Robust .NET 5 CRUD API with Angular and Entity Framework

In this article, we will create a .NET 5 Web API and Angular application to perform CRUD operations with the help of Entity Framework Core. To demonstrate CRUD operation with .NET 5 Web API, we will use sample Product data. What is .NET Web API? .Net Web API is a framework for building, and consuming HTTP-based … Read more

What are new features in Angular version 11?

Angular version 11, the latest Angular version has been released. I know, I am little late in writing blog on Angular 11, but It’s never too late to start something new. This post will tell about new features in Angular 11. Welcome to Angular 11 Like other software updates, Angular is updating its version regularly. … Read more

Top 30+ Angular Interview Questions and Answers

In this blog, I have prepared a set of important Angular interview questions and their answers which are very important from the point of the interview. The Angular interview questions given below are based on versions 8 and 9 of Angular. Angular is outstanding amongst other programming languages in 2020. Created and maintained by Google, … Read more

FormControl, FormGroup and FormBuilder in Angular Reactive Form

In one of the earlier blogs, I wrote about Template Driven Forms and Reactive Forms. In this blog, we will see about FormControl, FormGroup and FormBuilder services in Angular. What is the Reactive form in Angular? In Reactive Form, most of the code resides in the class file and not in the HTML template file. … Read more

RSS
YouTube
YouTube
Instagram