This is a precise example of signals. I was looking into different materials and videos but this is more helpful. Thanks, man keep up the good work looking forward to similar content.
@letsprogram30 Жыл бұрын
Thanks man! Stay tuned!
@SavitaWadje-s2v9 ай бұрын
Thank you for covering this concept. Very helpful!!!!
@letsprogram309 ай бұрын
You’re welcome🙂
@elcocodriloazul Жыл бұрын
I love this lesson. In detail but simple. Thank you.
@letsprogram30 Жыл бұрын
Thanks man!
@neelammajgaonkar88697 ай бұрын
Great explanation. Much appreciated
@kathiravanramaswamy8433 Жыл бұрын
Great tutorial, simple and awesome, can u explain the same in short or detail regarding passing signal from one app to another app Keep posting like this. Kudos to the creation...
@letsprogram30 Жыл бұрын
Thanks Man!
@LarsRyeJeppesen Жыл бұрын
I have to say that I still vastly prefer ngrx/store for state management, compared to using simple services. Handling of side effects is just so much better. And ngrx/store now also embrace signals btw. I realize that might be too advanced of a topic for a video about signals. Thank you for a great video
@letsprogram30 Жыл бұрын
Give a try to NGXS is so good write less and do more 😉
@tigranovakyan Жыл бұрын
Thank you for the lessons, a lot of work has been done, and you provide excellent material for learning, I will be glad to have a new lesson on Angular 16 GRUD Signal))
@letsprogram30 Жыл бұрын
Sure
@iamzb30068 ай бұрын
thanks brother for your efforts
@deanambrox806910 ай бұрын
thank you for creating such amazing content and really good explanation
@letsprogram3010 ай бұрын
I'm glad you liked it 😊
@kondisrinivas325 Жыл бұрын
Superb explanation. Literally you infected to our brains directly😂
@LarsRyeJeppesen Жыл бұрын
Signals are so awesome!
@letsprogram30 Жыл бұрын
True🙂
@sainathkomari370 Жыл бұрын
Love you bro❤
@Booster09999 Жыл бұрын
Nice explanation thanks bro❤
@letsprogram30 Жыл бұрын
Glad you liked it !
@stankovic5517 Жыл бұрын
Where and how to store signals, when I refresh the page, cart data gets reset?
@CodeInterviewGurus Жыл бұрын
After refreshing all the cart is empty!!!! How to avoid that problem??
@stankovic5517 Жыл бұрын
@@CodeInterviewGurus store it in local storage
@CodingAbroad Жыл бұрын
Thanks for providing the source code, very helpful. Since we are turning away from zone.js does this mean we no longer have to declare onPush change detection?
@letsprogram30 Жыл бұрын
We can’t say that now, we still require zonejs, but In coming future you never know what will happen.
@LarsRyeJeppesen Жыл бұрын
There will probably be a new Change detection type for signal components. Coming in v17
@LarsRyeJeppesen Жыл бұрын
@@letsprogram30 V17 will change that, with Signal based components. Good times. ahead
@letsprogram30 Жыл бұрын
@@LarsRyeJeppesen yup I saw the rfc, future is good for Angular
@berkaysaralioglu2969 Жыл бұрын
Hi, thx for this video but i should ask to u how can i get the version that contains version with signal and observables because i want to see in the same window for looking the differences.
@tuntunpandit8367 Жыл бұрын
One video on Life cycle hooks in depth with practical examples. Please 🙏
@letsprogram30 Жыл бұрын
Sure😊
@JakeSmith-kx7vc7 ай бұрын
How can i do filter signal in this project please broo
@c4chandu1 Жыл бұрын
In Angular 17, the "mutate" method is not available. Instead, which method is an alternative method is used for achieving similar functionality.
@letsprogram30 Жыл бұрын
We can replace it with the update function of Signal and achieve the same functionality, I have written a LinkedIn post about the same take a look: www.linkedin.com/posts/sashikumar-yadav_angular-ngupdate-angular17-activity-7131908931483795456-yVG6?
@pavankumar49098 ай бұрын
@letsprogram where is the whole project done video
@shitalunde95287 ай бұрын
Thank you so much ❤ can you please provide source code 🙏
@letsprogram307 ай бұрын
In the description
@cherryv6718 Жыл бұрын
Hi bro your video is perfectly understandable. Can you please make the video for wishlist and checkout page. If you already done can you please share the git url. Please help me bro 🥺 I have to complete these task . Thanks
@GOPIJITINKhatana Жыл бұрын
Sir angular 3 years experience employees ke hai to batana
@letsprogram30 Жыл бұрын
Sure
@affilatemarketing857310 ай бұрын
obserable and signal what is difference why is used signal in angular
@robertotomas Жыл бұрын
Someone should create a vscode angular language shortcut to convert rxjs to signal so it will find all the uses of the observable in component and replace