Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does an Angular client UI run entirely in the browser

Tags:

angular

Encountered some Angular developers who were discussing Angular's server side code. This surprised me.

Does Angular have server side code?

I was under the impression that all the code ( libraries, routing, components) all of it, is downloaded to the client.

My question is explicitly this : As you navigate through different routes, controllers, etc. in an Angular application, does the browser make repeated calls to the node web server.

Webapi calls are obviously calls to some server somewhere. That's not part of this question.

My impression from the limited amount of work I have done in angular(v8) is that it is entirely browser side.

This may be a simple question, but I have been unable to find a definitive answer.

like image 776
greg Avatar asked Jan 26 '26 19:01

greg


1 Answers

Does an Angular client UI run entirely in the browser

Yes. The browser downloads the required bundles when the page loads.

like image 131
Nicholas Kurian Avatar answered Jan 29 '26 11:01

Nicholas Kurian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!