JavaScript

Signals in Angular

In this video, we’ll explore Angular signals. They’re a major update to Angular’s reactivity model that makes it easier to track changes in components and improves overall application performanceA signal is just a wrapper around a value. Creating a signal is...

read more

Dependency injection in Angular

In this lesson, we’ll explore dependency injection in Angular: we’ll discuss injection tokens, how to provide services at different levels, and the decorators that tell Angular how to resolve dependencies.Dependency injection in Angular is one of its core principles....

read more

Create custom validators in Angular application

In this video, we’ll see how to add custom sync and async validators in an Angular application, and also how to handle Observable unsubscription.First, we will add an Observable unsubscription mechanism. This is useful in any application to avoid memory leaks. In...

read more

Adding eslint and prettier to a project

In this video, we will add several useful tools and settings to optimize the project's codebase.First, we’ll configure the Angular CLI to generate components with ChangeDetection.OnPush by default. This strategy significantly reduces unnecessary re-renders in the...

read more

Creating your first angular app

In this video, we will start developing our first Angular application. We will use all the topics discussed in the previous lessons. As our component library, we will use Angular Material. In this video, we will set up the project from scratch, define the basic...

read more

Pin It on Pinterest