NG Bootstrapping - suniladhya/Advantage GitHub Wiki
Bootstrapping App component We need to tell angular to load our root component through process called boot strapping.
- The url invokes the index.html
- index html contains the scripts to reference the app files
- the Referenced JS files are processed by browser. And the App main page appears.
- How the directive(Custom html Element) is Identified?
- It looks in to the angular module- AppModule.( )
- Angular Module helps in organizing Application in to cohesive blocks of application, And boundaries in the application
- They also provide Template resolution Environment.
- Appmoudule => To boot strap our component(App Component).
- Browser module in Angular Module
- bootstrap:=> Start up component