My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Post hidden from Hashnode

Posts can be hidden from Hashnode network for various reasons. Contact the moderators for more details.

Angular 4 : How angular application loaded and bootstrapped.

Angular 4 : How angular application loaded and bootstrapped.

ashish chaudhary's photo
ashish chaudhary
·Jan 30, 2018

The main.ts is the main file of angular application which bootstraps the app. This main file bootstraps the application with the default module.

The AppModule is an type script class with special decorator or annotation “@NgModule” which tells the angular CLI on how to process this file.

Read the complete story here.

ashtpoint.com/angular-4-tutorial/angular-ap..