Angular Signals Example - Learn Them by Doing

  Рет қаралды 13,096

Monsterlessons Academy

Monsterlessons Academy

Күн бұрын

Пікірлер: 55
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 ай бұрын
WATCH NEXT: Angular Unit Testing Course - All That You Need to Know About Testing - kzbin.info/www/bejne/mKecq5KLm7ikna8si=WVzOWtdQUZWEbqsz
@Brendan2Alexander
@Brendan2Alexander Жыл бұрын
Your channel is ridiculously helpful. I always feel jacked to get into my angular projects after watching a few of your videos
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad to help!
@henrik3098
@henrik3098 Жыл бұрын
this is a good angular channel
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thanks!
@SilvanAngele
@SilvanAngele Жыл бұрын
your tutorials have such a nice understandable pace.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad to hear that!
@LukeAvedon
@LukeAvedon Жыл бұрын
Thank you for all the videos with signals examples. I am super jazzed about signals.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad you like them!
@LucianoGuimarães-s8f
@LucianoGuimarães-s8f 8 ай бұрын
Impeccable, as always.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 8 ай бұрын
Wow, thank you!
@tomozi1
@tomozi1 Жыл бұрын
Best channel and lessons. Thanks
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad you think so!
@Santon-Motho
@Santon-Motho Жыл бұрын
Thanks for another awesome video on Angular. Your channel and courses are top notch 💯
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad you like them!
@christopheradolphe
@christopheradolphe 9 ай бұрын
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 ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
I see zero reasons to use something in either service or comp. Don't read these articles :) Use signals for simple state. Use RxJS when you need RxJS methods like distincUntilChanged, etc
@christopheradolphe
@christopheradolphe 9 ай бұрын
@@MonsterlessonsAcademy Thank you for your response and the great content!
@botondvasvari5758
@botondvasvari5758 11 ай бұрын
what if there are more complex filters that can come from different components ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 11 ай бұрын
Then you need to change your code acording to requirements.
@valerigogichashvili
@valerigogichashvili Жыл бұрын
Amazing as always!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you! Cheers!
@advance5189
@advance5189 3 ай бұрын
Impeccable!
@MonsterlessonsAcademy
@MonsterlessonsAcademy 3 ай бұрын
Thanks
@tinodueppotell4869
@tinodueppotell4869 Жыл бұрын
Danke!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Vielen dank für Ihre Unterstützung. Das ist sehr wichtig für mich!
@KushanShanuka
@KushanShanuka Жыл бұрын
while watching this, i feel angular signals feature is seems like vue refs. by the way you explained well. thank you
@jorgen180
@jorgen180 10 ай бұрын
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.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 10 ай бұрын
I don't use signals for custom validation. Just plain reactive form
@musoverda
@musoverda 10 ай бұрын
Are there already any standards (generally accepted rules) for writing variable names for signals?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 10 ай бұрын
Nope. It's wild west.
@dimitridoroshko
@dimitridoroshko Жыл бұрын
Hey, man. What is your favorite framework out of the top three: angular, react, Vue?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
I don't really like one of them more then others. Most importantly for me is to get paid for any of them. My personal preference is Elm but unfortunately it is not that popular.
@muthu1046
@muthu1046 Жыл бұрын
Thanks!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you so much for your support! It means a lot to me
@denysbilas3670
@denysbilas3670 Жыл бұрын
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?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Typically by feature architectured like I showed here kzbin.info/www/bejne/f3e3opmFlMqposU
@AdelBasiony
@AdelBasiony 11 ай бұрын
can you please make a video using singals and Ngrx together in a project. Thanks.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 11 ай бұрын
I will add it to the list of ideas. Thanks
@AdelBasiony
@AdelBasiony 11 ай бұрын
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.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 11 ай бұрын
Sure. If it is shareable than move it to comp. If not then not.
@AdelBasiony
@AdelBasiony 11 ай бұрын
Thanks a lot.@@MonsterlessonsAcademy
@tinodueppotell4869
@tinodueppotell4869 Жыл бұрын
Thanks - great Tutorial
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@USONOFAV
@USONOFAV 10 ай бұрын
ok so Signal is just an alternative to rxJS Subject?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 10 ай бұрын
Partially yes
@manojv2893
@manojv2893 7 ай бұрын
Thank you
@MonsterlessonsAcademy
@MonsterlessonsAcademy 7 ай бұрын
You're welcome
@felixmatusinio6438
@felixmatusinio6438 Жыл бұрын
If we will use signal, do we still need rxjs? to be honest rxjs is quite pain in the ass.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
I have a video about it kzbin.info/www/bejne/jX2agniemdabZpIsi=h3BmPJld15fBJV1s
@magnifico689
@magnifico689 Жыл бұрын
combine rxjs and signals
@4444-c4s
@4444-c4s Жыл бұрын
🙏🙌
@austinZen8800
@austinZen8800 Жыл бұрын
Thanks!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you so much for your support. It means a lot to me!
Angular Routing Essentials: All You Need to Know in One Video!
21:30
Monsterlessons Academy
Рет қаралды 6 М.
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 7 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
Angular 17 Features With Examples - You Must Know That
14:44
Monsterlessons Academy
Рет қаралды 39 М.
Manage State with Angular Signals
14:24
Deborah Kurata
Рет қаралды 22 М.
Go: Entwicklungsprozess mit Visual Studio Code und GitHub
23:56
Modul 346: Cloud-Lösungen konzipieren, realisieren
Рет қаралды 54
React Sidebar Too Complicated? This Solution Will Surprise You
18:13
Monsterlessons Academy
Рет қаралды 1,2 М.
NgRx Signal Store - Is It a NgRx Replacement?
20:17
Monsterlessons Academy
Рет қаралды 12 М.
Change Detection in Angular - You Project Is 20x Slower!
15:16
Monsterlessons Academy
Рет қаралды 73 М.
Angular Menu: A Step-by-Step Tutorial
21:23
Monsterlessons Academy
Рет қаралды 9 М.
Angular Unit Testing Course - All That You Need to Know About Testing
1:09:35
Monsterlessons Academy
Рет қаралды 21 М.
Глеб Михеев - Как RxJS разделил мой мир на до и после
49:43
HolyJS — конференция для JavaScript‑разработчиков
Рет қаралды 25 М.
🚦Angular Signals Game Changer: NgRx Signal State
11:38
Angular University
Рет қаралды 9 М.