better than other youtube Videos. A direct practical explanation is always great for understanding. helpful 100%
@pronayfly5 жыл бұрын
Oooo Godd.. thanks a lot.. at last you gave me peace... after so many complicated tutorials videos and blogs.. thanks!!!
@TechieOcean5 жыл бұрын
Thanks Pronay :)
@dbharat5334 жыл бұрын
This is great tutorial i have ever seen. All videos related to angular8 are awesome. Please keep it up. Very Helpful!!.
@MrTrevorsaurusrex5 жыл бұрын
This was great! Helped me understand a lot about consuming APIs!
@coffeelord9064 жыл бұрын
Thanks a lot for this! I have to describe a REST Api for a project and this helps out a lot!
@sheffywins35625 жыл бұрын
Very helpful.... Subscribed... Expecting more tutorials..
@vayuagni4 жыл бұрын
very helpful and the presentation was clear and chose examples are simple.
@andresborbon4044 жыл бұрын
that works for me!!!! this is what I have been looking for, thanks !!
@chaynnittagarwal32154 жыл бұрын
Best solution and explanation for that Console error for accessing the Null object values. Using "?".
@milindmehkarkar67595 жыл бұрын
really great and helpful to understand concept of get and post methods .Thank u so much
@jeffreytham33013 жыл бұрын
bro thank you..u save my assignment
@emreinanli4 жыл бұрын
Thank you sir, this video solved one of my problems.
@SajanDhakal4 жыл бұрын
Just what I was looking for and also very nicely explained. Keep up the good work! Thanks!
@RaceDriverF15 жыл бұрын
VERY HELPFUL! THANK YOU!!! EVERYTHING IS WORKING FINE. BE CAREFUL WITH WRITING - THE WHITE SPACES AND DISTANCE HAVE AN AFFECT ON DISPLAYING YOUR GET AND POST. THANKS AGAIN ;)
@TechieOcean5 жыл бұрын
Thanks
@mohankumar-yx5ep5 жыл бұрын
Awesome video bro..kindly post more videos on nodejs concepts as well..
@aishwariyajagtap27984 жыл бұрын
very helpful video,thanks sir
@shubhangimote43583 жыл бұрын
very nice and helpful
@saneran68292 жыл бұрын
Thx that helps a lot, one question is that most of the end point website will needs a credentials, (the pop up window if you put end point direct on browsers) Idk how to set in the request so that it can get access to the end point
@konadeepak94434 жыл бұрын
Great brother. If you add a little more explanation to your content, it will reach to beginners also.
@watsaj89624 жыл бұрын
Thankyou sir! You have the best explanation!
@yashlodhari16894 жыл бұрын
thanks for this..very helpful for me
@jlonso18402 жыл бұрын
Beautiful ^^ THANK YOU VERY MUCH !
@zenateweld2605 жыл бұрын
helps a lot easy and direct to business
@TechieOcean5 жыл бұрын
Thanks Zena.
@mkhembrom134 жыл бұрын
Thanks.. searching for something like this
@renzo48984 жыл бұрын
Muchas gracias por la información, me ayudó mucho.
@abdullahjonaed49794 жыл бұрын
Is there any way to access only a specific array from a json object in the db.json?example: “contact”: [ { “id”: 1, “list”: { “name”: “anything”, “address”: “anywhere”}, ..contains other key with value..]I only need the “list “.
@ferdibabazade82644 жыл бұрын
Great Video Thanks
@Vuyiswamb2 жыл бұрын
Thanks for the video. I read in other videos that it is better to use interfaces than to use a class. your Class example makes more sense for me. kindly advice
@DieterBlockmans5 жыл бұрын
thanks! great tutorial, helped a lot.
@raghavendradeshmukh20604 жыл бұрын
Lot of thanks brother.😊
@superlistCG5 жыл бұрын
Very helpful. Thanks a lot.
@dhavalvaghela11122 жыл бұрын
Great job
@parallax77892 жыл бұрын
Nice, but how would a boolean work here? like true or false inputs?
@tauseefalzohar78982 жыл бұрын
in my backend i have user with relaqtionship its one to one relationship so how i bind a data with relationship?
@sphiwemodise57135 жыл бұрын
Thank you. This helped me a lot
@subashsuruliram20094 жыл бұрын
Hi sir What is the perpose commands. Ts Why your created
@kvk13065 жыл бұрын
Thank you so much very much useful.
@TechieOcean5 жыл бұрын
Thanks Mahesh.
@Tanzeel4315 жыл бұрын
Hey this not making any changes to our actual remote json
@lijie61702 жыл бұрын
thanks, easy to understand
@Massivegamer1235 жыл бұрын
how should I change the model class if I want to have an array of comments in a single json object?
@sunday61424 жыл бұрын
Great video. However you hardcoded the userId as '1', could you share more insights into how I can pass the userId gotten from the server as params in order to retrieve the user profile information. Say I click on the user image or username link, I want to hit the end point that will return the public information about that user, How do I pass the username value or userId to this endpoint from angular. Thanks
@syedazamali88613 жыл бұрын
very useful.
@Tsukasa19294 жыл бұрын
Thanks for the clarity and good explanation, i got a dub, the class file is the same as model one???
@seiftahawy544 жыл бұрын
Great video!
@LokkasVLOG4 жыл бұрын
Thanks from SL
@jithin6manjapra4 жыл бұрын
Thank you so much :)
@jsblockchain3815 жыл бұрын
simply awesome tutorial can you please explain javascript parameters and arguments
@resoluteresolute10566 жыл бұрын
i see your video and can create project but using api call get method not showing data in http:localhost:4200. so anything else to write in index.html file to run direct app.component.html ?
@TechieOcean6 жыл бұрын
Hi Resolute, Kindly checkout the following things: 1) Kindly check whether you have created a Angular 7 seed Project. You can view the Angular version in the package.json file. 2) Check the Console to see whether there is error which is stopping the application to render the app.component properly. 3) Check the node_modules folder. If not present do a npm install in the application path. 4) If things are still not working then install the Latest Angular CLI and Required Nodejs and npm. And then create the project using Angular CLI. Later after creating and running the seed project then go through this video for api call. Also copy paste the GET api in the browser to check whether that API is returning the json result.
@chitraarumugam95293 жыл бұрын
In Post method 'Posts' only refers to a type, but is being used as a value here. getting this error ..please help me
@lukas79665 жыл бұрын
+1 nice video, but interesting coding guidelines even for my circumstances :)
@TechieOcean5 жыл бұрын
Thanks Lukas
@gyromite4 жыл бұрын
Very helpful, ty!
@mincosinet86123 жыл бұрын
beginer here, where do I get the tutorial for the API?
@eversathish3 жыл бұрын
Yuo are showing in same page with filterd data..but how can you show in another component
@tangdaniel34343 жыл бұрын
Hi, can you share the code used in this tutorial for easy reference?
@arjuns80723 жыл бұрын
Working on 12-3-2021. Thanks
@trickysoft65475 жыл бұрын
sir could you help me with this .i want to open the comments with the clicking the posts . in the watching of you i have retrieved the data using get method on my component and i have bound it on html but i am unable to do that
@hemantagrahari42982 жыл бұрын
Same here
@saloninagaria13174 жыл бұрын
Hi, I am getting error while calling Post api. Status code =0, status text = unknown error, http failure response for 127.0.0.1:5000/ :0 unknown error. Can you help me on this? Thanks in advance
@sheffywins35625 жыл бұрын
How can i use user id throughout the application without storing in local storage(html) after loged in angular 7?is it possible?
@hemantagrahari42982 жыл бұрын
But data is not showing in the front only show data on Console what is my issue in this?
@zainabimamdin7325 жыл бұрын
do you have some unit test (jasmine) examples for this?
@TechieOcean5 жыл бұрын
I will try to make some video on this.
@pratikchougule93944 жыл бұрын
This is what I wanted
@himanshuverma-ec1yn5 жыл бұрын
data not display in the table, on debugging on get method i get this Cannot read property 'get' of undefined
@jithin6manjapra4 жыл бұрын
same thing here....have you solved it?
@ekatadey60654 жыл бұрын
hi binding is not working in my project ... can you help me with that
@yoanxristow93233 жыл бұрын
very good!!!!
@nrusinhaprasadt95654 жыл бұрын
GET with params is not working for me. Says that headers should come there and not params.
@parminderkaur67424 жыл бұрын
What if there is an XML file instead of JSON??
@ousamaelidrissi58864 жыл бұрын
Thanks a lot
@newybocktor3 жыл бұрын
Thank you
@janithasampathbandara85544 жыл бұрын
Awesome
@mr.triplea30215 жыл бұрын
Can we pass ,byte or stream through http post
@Beautifulcomments5 жыл бұрын
Really Great, but I am getting error - Property '_freeApiService' does not exist on type 'AppComponent'
@TechieOcean5 жыл бұрын
Please make sure you have declared the freeapiservice in the providers section in app.module.ts. Also whether have imported and injected the freeapiservice in app.component.ts properly
@ebukapeter71064 жыл бұрын
Great tutorial video, how can i get the css code.... thanks in anticipation!!!
@TanmayKamath5 жыл бұрын
Can you pls create a video on create, put and delete
@TechieOcean5 жыл бұрын
Sure Tanmay.. I will try
@TADDEXIO3 жыл бұрын
it doesn't allow me lstcomments I down know why.
@sureshbhise94915 жыл бұрын
Great
@openmindjustdoit13065 жыл бұрын
thanks we need to code to applay it and how we can get value from textbox in page in event chang i hope do that and put link about it here thanks agin my Brother
@freud63434 жыл бұрын
Thank you.
@lindasebastian92275 жыл бұрын
really helpful :)
@NileshKardate6 жыл бұрын
awesome tutorial
@TechieOcean6 жыл бұрын
Thanks Nilesh.
@vibhashpandit88334 жыл бұрын
How to get district name along with there details when we pass the state name . sharing API (api.covid19india.org/state_district_wise.json)
@kailarathod27522 жыл бұрын
Please need captions available ❤️🙏🙏 please please
@rajeevbhosle15805 жыл бұрын
thank you sir....
@santhoshkumar78884 жыл бұрын
it shows a disconnected error while getting a posted data..
@nehagarg39553 жыл бұрын
Hii, I am getting an error in routeparams
@yahyabeysami1012 жыл бұрын
seems to be a very good tutorial bu i got nothing from the get method in the array if anyone can help :/
@yeshubularaha2884 жыл бұрын
Hi, I am getting HttpErrorResponse with statusText: Unknown Error
@mamadoudiouf76384 жыл бұрын
thank you but that's not the best way ,you must promise reslut from api otherwise you can have problem with data sometime .
@reshmaugale13394 жыл бұрын
Thanks
@kiranappu9524 жыл бұрын
how does com.id works
@ebichu81265 жыл бұрын
Good job :)
@dulaozinho5 жыл бұрын
Hello, great video, congratulation. Can you please let me know how can I do a POST/GET request using an authetication user and password ?
@TechieOcean5 жыл бұрын
Generally, in Angular or any web technology, there is a Token API or Authentication api which issues a token by passing username and password. Later using that token you can call the other api having authentication. SO i have already created a Video on Token Authentication in Angular. Here we call the Token api by passing the Username and password. And then get the Token and call the other api with that token with Authentication Here is the Link: kzbin.info/www/bejne/l2WWh32be7p2fbs
@santhoshkumar78884 жыл бұрын
not working for me and not able to post
@sandeepkumar-cz6qb4 жыл бұрын
how to pass multiple parameters
@owntor14 жыл бұрын
Hmm I am getting this.myFunction is not a function.