Angular

  • 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,…

  • , ,

    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…

  • 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…

  • 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…

  • 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…

  • 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…

  • 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 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…

  • ,

    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…

  • 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…

  • ,

    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…

  • Build and Host an Angular application on IIS

    .

    In my previous blog, I wrote about CRUD operation in Angular with .Net Web API. In this blog, I will write about building and then hosting an Angular application on IIS. In the development phase, we use ng serve command…

  • Angular CRUD example with Web API

    .

    In this blog, I will build an Angular application to demonstrate the CRUD example step by step. To demonstrate this we will use C# and ASP.Net Web API as a middleware between Angular and SQL databases. Angular CRUD Example –…

  • Binding in Angular

    .

    Data Binding in Angular means bind the data in component’s HTML file from type script file. We can get and set DOM values dynamically using Data Binding. Data binding in Angular is either one-way or two-way. Types of Binding available…

  • Route Guards – Create Secure Routes in Angular

    .

    What is Route Guard in Angular ? Route guards in an Angular application facilitates to block a particular route based on user authentication or on some extra permissions. In this blog, we will implement route guards in Angular. Let’s suppose…

  • Complete guide to Angular Routing

    .

    Routing means navigating from one page to another page in an application. In this blog, we will create routes, child routes in an Angular app to demonstrate the concept of routing in Angular. We will see Routing, Child Routing and…

  • Template-driven and Reactive Forms – Angular Tutorial

    .

    In this blog, we will learn about Template driven and Reactive Forms in Angular. Angular provides more than one way to build forms for user input and form validation. Template-driven Approach In the template-driven approach, Forms input and Forms validation…

  • Angular Pipes – Built in and Custom Pipe

    .

    Pipes in Angular transform the data before it display it to view. In Angular 1 i.e. AngularJs, Pipes were called as filter. Angular offers built-in pipes and custom pipes as well. To apply pipe Angular uses | symbol before any…

  • Create and Consume ASP.Net Web API from an Angular 7 App

    .

    In previous blog, we have seen how to use HttpClientModule? In this blog, we will create and consume an ASP.Net Web API in Angular 7 App using HttpClientModule. To complete this implementation I have used Visual Studio 2017 to create…

  • How to call an API from Angular 7?

    .

    In my earlier blog, I have explained How to create a static website in Angular 7? In this blog, we will see how to call an API from Angular 7. In this blog, you will see how an HTTP request is…


RSS
YouTube
YouTube
Instagram