Blog posts šŸ’

Grow your Angular development skills with our carefully curated posts.

Angular will introduce a new block-scoped variable declaration in the upcoming v18.1. This new feature will allow you to declare variables using the `let` block inside the template. Let's see how it works and how you can use it in your Angular applications.

Template local variables with @let in Angular

Angular will introduce a new block-scoped variable declaration in the upcoming v18.1. This new feature will allow you to declare variables using the `let` block inside the template. Let's see how it works and how you can use it in your Angular applications.

Angular v16 has been released with a new set of APIs for Angular Universal. This guide will help you migrate your existing Angular Universal application to use the new APIs. Angular provides a set of…

Migrate Angular Universal to use Standalone APIs

Angular v16 has been released with a new set of APIs for Angular Universal. This guide will help you migrate your existing Angular Universal application to use the new APIs. Angular provides a set of…

We’re used to lazy loading modules or components in Angular. But what about lazy loading services? Wait, what? Yes, we can. In this article, we will learn how to lazy load a service in Angular and it’s gotchas.

Lazy loading services in Angular. What?! Yes, we can.

We’re used to lazy loading modules or components in Angular. But what about lazy loading services? Wait, what? Yes, we can. In this article, we will learn how to lazy load a service in Angular and it’s gotchas.

Everyone wants to write code in a fast bug-free way without thinking about its style most of the time. That’s why in this post I will talk about configuring ESLint and Prettier in an Angular project…

Configure Prettier and ESLint with Angular šŸŽØ

Everyone wants to write code in a fast bug-free way without thinking about its style most of the time. That’s why in this post I will talk about configuring ESLint and Prettier in an Angular project…