Flow in Angular

  • Index.html invokes the main.ts
  • Main.ts invokes module and bootstrapping the main module 
  • Modules invokes component
  • Once the HTML is loaded by the component it gets loaded inside the selector. 

Comments