Angular Forms Tutorial - 13 - Express Server to Receive Form Data

preview_player
Показать описание

📱 Follow Codevolution

Angular | Angular Forms | Angular Forms Tutorial | Template Driven Forms | Express Server to Receive Form Data
Рекомендации по теме
Комментарии
Автор

Man, your videos are priceless. Thanks a lot :)

СтаниславХаджиев-щт
Автор

Thank you so much!... This is by far the best angular tutorial I have come across

penninahgathu
Автор

Best tutorials on Angular!! Thank you.

PavanSibal
Автор

this tutorial is one of the best tuto on angular because explain the prinip befor it shows codes

alycheikhouldsmail
Автор

Not a fan of just hiding the form with CSS. It is still there and there is nothing to stop something from changing the CSS in the browser and submitting again. Probably shouldn't encourage poor security habits. Great video series other than a couple of little things like this :)

lyingcat
Автор

what if when we click submit button the message "Data received " didn't display.?

deepat
Автор

so basicallly you need 2 instance of server? one for angular and one for the backend server? traditional web develoopment only need one server right?

_slier
Автор

HI vishwash, how to create server foler in webstorm . and where did you create that outside the tdf folder or inside . I did the same in webstorm but couldnt connect.

keshavrajacharya
Автор

I have a question. Could you help me to answer? Where is data kept in server?

thanhnhanle
Автор

Is there any way to use express like this, just using a JSON file to store and retrieve data, but on the actual server, so you can actually share the work with co-workers that are not developers to navigate through the site? It works fine on my local machine, but I would like to deploy this to a server to have an online prototype.

mageKnightz
Автор

As I still learning Angular, , Should I know about Express server? I am understanding most of code, but I do not know what you write ( syntax). Thank u very much

MahmoudAhmed-quwm
Автор

Thank you very much, sir, for this tutorial. Sir, it is asking about middleware with app.use . Can u do one tutorial based on that

technical.support
Автор

when i run npm install express code it gives me an error saying arser is not in this registry what to do

zereshgill
Автор

When I write node server. I have this error: code: 'MODULE_NOT_FOUND',

G-Dimension
Автор

Is it possible to keep the angular app running on port 4200 while the express server runs on port 3000? I can submit the form on port 4200 to the server on port 3000, but if I refresh the page it's gone because I stopped the app on port 4200 to run the server on port 3000.

azcb
Автор

When i click the submit button i get an error:"INTERNAL SERVER ERROR(regarding 500 status)" . Could you please help me, how can i fix this?

zeynepakdagck
Автор

I'm having trouble with getting a response from the server. When I run `node server` the console outputs that the server is running on localhost:3000 like it's supposed to,

But when I enter that url, the page loads forever and I don't see anything...
If I change the port number, then it tells me the server cannot be reached.


EDIT: Not sure what changed, but I re-did this part and it works now!

sonic
Автор

create server Folder in ANGULAR FORMS Folder & inside that create package.json. Once created you can see that in VS Code.

shefalipatel
Автор

In an interview, It was asked to me "How do you restrict user to resubmit a form if he/she has already submitted it?"
I answered same as you teach here but interviewer said I am asking about angular not any trick to overcome this problem.

jamesjaved
Автор

Please explain this tutorial in detail. I am not getting server side code idea

v.b.thorat