Hi Great video. So is it okay to send Signal as input to child component. Are there any gotchas to be keep in mind if I do so? For instance here in your example Say parent component has users as signal and sending down to input as signal?
Nice explanation, I have one query but not relevant to this topic. Actually we have used burp suit to test our angular application, and surprisingly we are able to see all the environment variables, topic and sensitive info as well. Pls suggest how to hide above info from this kind of tools. *We are not printing anything in console*. Thank you in advance!
Glad you liked my video. I do not have any experience with the burp suit and not sure how this works. If I have a case like this, though, I would check if these variables are exposed only on the dev environment and not the production one. Perhaps there is a flag that controls that.
@@CodeShotsWithProfanis Thanks a lot for your replay, Either dev or production we need to pass userid and encrypted pwd to back end along with client I'd, secret to get oauth2 token. Here all the data is visible on front end itself when we test with Burp suite. Pls let me know if you get a chance to see that flag which you have mentioned in your reply. Once again Thank you.
Thank you for your content, straight to the point, just what I needed without wasting time, Liked! subscribed!
Glad you liked it! :)
Short & sweet. Thanks. It will be nice to dive a bit deeper into input signals. Can't wait to see another one. Many thanks.
Awesome, Video my friend. Very simple and elegant explanation. Thank you :)
exceptional work and very clear ! :)
Great ❤
Well done, I love your video.
Nice
Hi Great video. So is it okay to send Signal as input to child component. Are there any gotchas to be keep in mind if I do so? For instance here in your example Say parent component has users as signal and sending down to input as signal?
In fact, we are sending the value of a signal to the child component.
When the input signal received by an array does not detect the change, do you know what can be done in this case?
Nice explanation, I have one query but not relevant to this topic. Actually we have used burp suit to test our angular application, and surprisingly we are able to see all the environment variables, topic and sensitive info as well. Pls suggest how to hide above info from this kind of tools. *We are not printing anything in console*. Thank you in advance!
Glad you liked my video.
I do not have any experience with the burp suit and not sure how this works.
If I have a case like this, though, I would check if these variables are exposed only on the dev environment and not the production one. Perhaps there is a flag that controls that.
@@CodeShotsWithProfanis Thanks a lot for your replay, Either dev or production we need to pass userid and encrypted pwd to back end along with client I'd, secret to get oauth2 token. Here all the data is visible on front end itself when we test with Burp suite. Pls let me know if you get a chance to see that flag which you have mentioned in your reply. Once again Thank you.