All Blog Posts - justangular.com

Blog Posts

Angular Insights & Tutorials

Grow your Angular development skills with our carefully curated posts covering everything from basics to advanced techniques.

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.

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…

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…

Stay Updated with Angular

Get the latest Angular insights, tutorials, and best practices delivered to your inbox. Join our community of developers.

Follow on Twitter View on GitHub