I found you channel a couple of days ago and I just want to say Thank you! Really good content for angular devs that want to learn Angular deeply. Please continue doing it! Greetings from Colombia :)
@DevBySeb Жыл бұрын
I'm super happy to hear that mate! I will do so for sure! Mucho gracias amigo! 🙏
@abhishekraj-jg3py7 ай бұрын
Right now am watching this one, Its also very-helpful!
@DevBySeb7 ай бұрын
Glad you find it helpful mate 🙏🏼🙏🏼
@RajAmitSingh2 ай бұрын
Your content is so good, thanks man!
@coding_check9665 Жыл бұрын
This is some of the best Angular content I have seen. Please keep it coming. Not sure if you have a way for us to support your youtube efforts. I would be first in line to support you with something like Patreon.
@DevBySeb Жыл бұрын
Thanks mate, I'm happy for the feedback - but there is no need for that! Donate some money to charity and I'm more than happy! :)
@ngmiinq2028 Жыл бұрын
Aweesome content!!! Thanks for sharing... may i know if i dont use signal, what can i replace it?
@DevBySeb Жыл бұрын
Thanks mate and thank you for watching. You could use BehaviorSubjects 😁
@adrian333dev Жыл бұрын
Awesome content!
@DevBySeb Жыл бұрын
Thanks mate and thanks for watching - much appreciated! 🙏
@nouchance Жыл бұрын
Thank you SIR
@DevBySeb Жыл бұрын
Thank you for watching mate! 🙏🙏
@invictuz4803 Жыл бұрын
Can this same pattern be used with Observables and services, since Signals is still in developer preview?
@DevBySeb Жыл бұрын
Good question mate you should be able to do it with behavior subjects 😀
@mehedihasansony Жыл бұрын
It is very good brother. lerning a lot from you. Can you please share git repo for the tutorial that can be very helpful. also what if i dont provide all the service in root? how to do facade then? thanks
@DevBySeb Жыл бұрын
Happy to hear that mate! Thanks for watching! Code: github.com/DevBySeb/DevBySeb/tree/feature/revolutionary-way-of-handling-data You can scope the services to certain modules and/or components so that they are used in a certain context only :) To scope them in components you need to add it as a provider inside of the @Component({...}) decorator.
@mehedihasansony Жыл бұрын
@@DevBySeb thanks again. I think your videos will help me to move from intermediate to pro level.
@DevBySeb Жыл бұрын
@@mehedihasansony im happy to help mate 🙏
@adrian333dev Жыл бұрын
I have a question for you if you don't mind. How can I master React? React was the first library I learned, then I switched to Angular. But whenever I wanna build a project I always pick Angular. I feel like it's much easier to build a project with Angular than React Because it provides everything out of the box. e.g. Project structure, Guards, Dependency Injection, Interceptors, Resolvers, etc. But with React and I feel like there's not much content about advanced React on the internet. I'll the courses are teaching basics that I already know. Even though I know the basics, I still feel like I'm not good enough to build a project with React. I don't know how to structure my project, which libraries to use, etc. I feel like I'm missing something. I'd appreciate it if you could give me some advice. Thanks in advance.
@DevBySeb Жыл бұрын
Excellent question mate, and I dont mind at all. I could make a video outlining that - outlining similarities with Angular etc. The "problem" with React is that it has mulitple solutions to the questions you asked (ways of solving it) - so I will try to give the best potential answers. 😄