I started learning AngularJS recently. But I thought that it would not be very cool if hosting a site on it would be difficult and therefore it is worth considering this problem in advance.
As I learned from the English-language resource, NodeJS is not necessary to run my application, since all actions can be processed locally by the client.
What then is the point of AngularJS? From part to simplify the work? In terms of processing, there will be some PHP on the server, right? Then AngularJS simply simplifies working with elements on the page.
One last thing: is it possible to simply connect the TS script to the page in order to execute it? That is, the program does not need to be rewritten under the "client" version. That is, once again, and server and client options look the same?