DEV Community

Discussion on: How Angular Application Starts - Behind The $cene story!

Collapse
 
poddarkhushbu07 profile image
khush

I have a query here.
Is this the process when angular server is started locally or this process happens when a page is requested on a live server?

Collapse
 
anubhab5 profile image
Anubhab Mukherjee

hello khush,
When an angular app is deployed only HTML, CSS and JS files are pushed to the server for deployment (few others too like images)
dev-to-uploads.s3.amazonaws.com/up...
So this is more of a dev side process.
Please let me know if this clarifies, would be happy to help!