Hello. Although I'm not entirely new to angular, I think my question is pretty basic. The first time I made websites was many many years ago using php and having everything hosted on an apache webserver. The client requests the .php site and the server would reply with the dynamically created answer (which was the whole page).
So now the idea is to not reply with the full page but rather let the client request specific data and reply only with that and let the client do much of the logic. I have an express server, that provides webservices and I do have a a simple angular app that consumes these webservices. Right now both are running independend of each other, meaning that they run on different ports (locally). I'm only testing the angular app using "ng serve". What is the best practice to deploy the angular app AND the express server (webservices) ? Do I need another http server for the angular app? Like apache or nginx? Or can I also somehow serve the angular app within my express app? Thanks for your time, Sam -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
