DEV Community

How Angular Application Starts - Behind The $cene story!

Anubhab Mukherjee on January 16, 2022

Today we will learn the application flow in Angular. What happens when the application starts. It would be a theory but again an importa...
Collapse
 
hansschenker profile image
Hans Schenker • Edited

After starting up Angular: What would be the most minimal Module Loading to have the absolute minimal Angular app loaded:

  • no forms module
  • no http module
  • no directives

Would you publish an blog article on that?

Collapse
 
anubhab5 profile image
Anubhab Mukherjee

Hello Hans,
Sure I have added your point in my list. Would definitely write on it!

Thanks
Anubhab

Collapse
 
oliverdjbrown profile image
Oliver Brown

Excellent articule thanks

Collapse
 
anubhab5 profile image
Anubhab Mukherjee

Glad to know you liked the article!

Collapse
 
oumaymasghayer profile image
Oumayma JavaScript Developer

Very well explained, Thank you.

Collapse
 
anubhab5 profile image
Anubhab Mukherjee

I am very happy to know you liked it.

I also tweet on various technical topics. Hopefully it would be a great asset too.
twitter.com/Anubhab_0905

Collapse
 
shyam1319 profile image
Shyam Lal

Realy help full to beginners thank you very much ...🙏

Collapse
 
anubhab5 profile image
Anubhab Mukherjee

Thank you Shyam. Glad that it was helpful!!!

Collapse
 
hamzalahlou profile image
Hamza Lahlou

The start up process start when deploying the application or when the application get the first request? In what context Angular start looking for the angular.json?

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!