This was a wonderful tutorial, bit by bit 😊. It was my very first time doing this(though in Django) and shout outs, you saved my time a whole lot. 💗
@_Afsus Жыл бұрын
you saved my day with the subscribe issue !!! thanks bro
@ayelamadhuri96352 жыл бұрын
I have a question that why i'm not able to see those responses in the console. but the data is available in the end URL with the product name as well...and the data i have dubmitted is also available under products array...but i response is not logging properly in the console....please help me with this.
@JesseUnderscoreMartin2 жыл бұрын
And idea why the OPTIONS request is listed after the POST request at 13:20 ? Is it just odd browser behavior?
@procademy2 жыл бұрын
The latest requests will be displayed at the top. Since first the OPTION request is made and after that the POST request, the POST request is at the top. And after that OPTION request
@mdahsan5854 Жыл бұрын
Why you did not use service class here in order to pass url? Without service class it is possible to connect with API?
@thatChillLife2037 Жыл бұрын
Yes this was great thank you so much! I have so much more confidence with http client than before I watched it :)
@sarikalambole8427 Жыл бұрын
is this crud operations same for reactive forms in angular-16?
@tajdarkhanafridi7163 Жыл бұрын
Very informative - Thanks a lot
@harukananase9568 Жыл бұрын
'http error response'. There seems a problem. The response I get in the network is { 'error' : "Permission failed" } Why is that? Please help. Thanks.
@ituniro Жыл бұрын
Getting CORS error while submit. Any tips to fix that?
@aaalearnings4899 Жыл бұрын
I am facing CORS plocy issue. Please guide me to resolve it.
@upendrad6081 Жыл бұрын
Simply superb
@triveniparsam3724 Жыл бұрын
I am getting 405 not allowed error in development console and In my firebase database also data is not getting inserted....please fix my problem anyone
@020jesintha62 жыл бұрын
What can I do if my headers option is not executed successfully.. I don't receive an 'ok' in status code
@deepbpatel21832 жыл бұрын
what is the use of header?? whether we write the third param or not, it does not make any difference in the database so what is the main usecase of it??
@RAHULMISHRA-lv9jg Жыл бұрын
Sir in my case, firebase is giving error code 401 , unauthorised access, even if it is in test mode...
@Andrei_D.2 жыл бұрын
What is the correct method to refresh the All products list automatically after the Add Product?
@sampathiraoraghava41522 жыл бұрын
Teaching is very good sir
@abdullah44gur2 жыл бұрын
Hi, thans for this tutorial. I try to post data from signup page to postgresql database. Is there any way to do it, this task.
@michkelanglo5452 жыл бұрын
If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.. getting this error
@jacobokomo60772 жыл бұрын
Hello, I never used ngModel, my form tag only had , I used a btn submit button and it's just fine.
@kasunmuditha6112 Жыл бұрын
sir may I know , is this post request same for reactive forms?
@vern03122 жыл бұрын
Wow thanks for this video. I was chasing a ghost for 2 days trying to figure why my api was not being called.
@deepalijangid9765 Жыл бұрын
Please show the complete html code. It is not visible
@avishekojha64222 жыл бұрын
How to send more than 3 args in http post
@dipalipotdar9488 Жыл бұрын
after downlOAD NO SRC FOLDER Present
@romdaro57212 жыл бұрын
can u share me the link database ?
@tuku_mann2 жыл бұрын
Unfortunately, there's no link in the description :(
@procademy2 жыл бұрын
Added in description
@vulci-g-769 Жыл бұрын
Thank you very much!
@Inkartnee1232 жыл бұрын
You're an amazing teacher. Thank you
@abhishekamaragolhiremath81522 жыл бұрын
best one sir
@sarikalambole8427 Жыл бұрын
please make a video on CRUD using reactive form
@robertogwcasa45512 жыл бұрын
Thanks very much for your lectures. I have learned a lot. Is there a way to have the final code for the ANGULARHTTPREQUEST? Thanks in advance
@marcopolocs2 жыл бұрын
Great tutorial! I have a question though: I tried to replicate what you did here but for me Firebase created a products object and the name of every object is the number of the position the object takes in the array (so 0, 1, 2...). How did you manage to change the NAME of the object to for example -N01VvCsv2...? Because in your DELETE request tutorial you use this ID to find and delete the data in the database.
@procademy2 жыл бұрын
Can you please elaborate on the problem or if possible can you send me the code snippet and screenshot of the problem
@seyhmusalatas1740 Жыл бұрын
Wonderfullll
@alibozlak2 жыл бұрын
Thanks 🙏
@Toulkun2 жыл бұрын
I have one question, i have seen some examples where someone tends to use "return this.http.post...", from my understanding function at the same time posts the resource to server and returns the resource posted in? Right?
@Data_science-and-ml Жыл бұрын
Wonderful
@Horsti100012 жыл бұрын
i love you
@prernasingh55642 жыл бұрын
I dnt know why but your explanation is just same as one of the angular tutorial on udemy 😅.