Angular Signals Example - Learn Them by Doing

preview_player
Показать описание
Learn how to build an Angular project from scratch by Angular signals example. In this video we will fully implement the todo list with filtering, editing, deleting and competing features.

MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

REFERENCES

TIMESTAMPS
0:00 Introduction
1:21 Initial project
1:52 Adding components
3:22 Splitting project
6:10 Adding interfaces
7:07 Service with Angular signals
10:04 Implementing header section
14:01 Implementing main section
16:05 Filtering todos
20:13 Implementing footer section
28:59 Implementing a single todo
31:29 Implementing editing
39:55 Removing todos
41:36 Completing todo
44:21 Adding autofocus
45:53 Toggle all todos

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

Your channel is ridiculously helpful. I always feel jacked to get into my angular projects after watching a few of your videos

BrendanAlexander
Автор

Thank you for all the videos with signals examples. I am super jazzed about signals.

LukeAvedon
Автор

your tutorials have such a nice understandable pace.

SilvanAngele
Автор

Thanks for another awesome video on Angular. Your channel and courses are top notch 💯

Santon-Motho
Автор

while watching this, i feel angular signals feature is seems like vue refs.
by the way you explained well. thank you

KushanShanuka
Автор

Hi Oleksandr, thank you for this great tutorial about Angular signals. I've read some articles over the web about when to use signals vs observables. Some of them advise to keep using observables in services and use signals in components. Your video clearly shows that a service can entirely work with signals. I'd really like to know what are your thoughts about this. Also what's that code editor you are using ?

christopheradolphe
Автор

Are there already any standards (generally accepted rules) for writing variable names for signals?

musoverda
Автор

What is recommended approach to implementing custom input field validation while using Signals? Functionality provided in Reactive Forms doesn't yet seem to be reflected to Signals.

jorgen
Автор

HI! Thanx for sharing! I want ask you about architecture for front end application. What architecture do you use for your pet projects or work?

denysbilas
Автор

what if there are more complex filters that can come from different components ?

botondvasvari
Автор

Hey, man. What is your favorite framework out of the top three: angular, react, Vue?

dimitridoroshko
Автор

can you please make a video using singals and Ngrx together in a project. Thanks.

AdelBasiony
Автор

Isn't it better to move all computed signals to the service and just call them in the component? even if the signal is used once in a single component.
I'm really confused about which is the best practice.
Highly appreciate your videos.

AdelBasiony
Автор

If we will use signal, do we still need rxjs? to be honest rxjs is quite pain in the ass.

felixmatusinio
Автор

ok so Signal is just an alternative to rxJS Subject?

USONOFAV