Hi Philip, I don't think that Node is a requirement for Angular. You can use it if you need to interract with a database for instance, but you can also do that with another framework/thechnology, like Spring in Java.
Regards, Arnaud. Le dimanche 14 janvier 2018 10:11:38 UTC+1, Philip a écrit : > > > Hello everyone! > > I have a basic question with regards to angular. When I install it and > then start a new application with the angular cli, get a simple Output on > my Browser. > > The Basic HTML Code is within the angular Framework ans should be readable > for the Browser. > > But at first I need to install nodejs. I understand that node is a > Framework for the backend (serverside). But in my "First App" example the > server doesn't do anything, does it? The whole HTML Code lives within the > angular Framework. > > So, why does nodejs has to be involved? Why ist it needed? Can't the > Browser simply read the HTML Code from angular? What is the Job of node in > this example? > > I know it is a very basic question, but I would be happy if someone could > help me understand it. > > Best regards! > -- 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.
