Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between config() and run() method in AngularJS?



What is difference between config() and run() method in AngularJS?..

Answer / chaitanya

Configuration block – This block is executed during the provider registration and configuration phase. Only providers and constants can be injected into configuration blocks. This block is used to inject module wise configuration settings to prevent accidental instantiation of services before they have been fully configured. This block is created using config() method.

Run block – This block is executed after the configuration block. It is used to inject instances and constants. This block is created using run() method. This method is like as main method in C or C++. The run block is a great place to put event handlers that need to be executed at the root level for the application. For example, authentication handlers.

Is This Answer Correct ?    54 Yes 3 No

Post New Answer

More AngularJS Interview Questions

What is @ngmodule?

0 Answers  


Is react backend or frontend?

0 Answers  


What is xmb?

0 Answers  


What is .angular-cli.json. Where can I find it?

0 Answers  


List at down the ways in which you can communicate between applications modules using core angular functionality.

0 Answers  


Can we use multiple ng app?

0 Answers  


What is deep linking in angular 2?

0 Answers  


How does the $resource `get` function work synchronously in angularjs ?

0 Answers  


Tell me angular js date calendar with example?

0 Answers  


What do you know about internationalization?

0 Answers  


What is material design angular?

0 Answers  


How to do login and logout using ionic 3 and angular 4?

0 Answers  


Categories