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 are Compile, Pre, and Post linking in AngularJS?



What are Compile, Pre, and Post linking in AngularJS?..

Answer / chaitanya

Compile – This compiles an HTML string or DOM into a template and produces a template function, which can then be used to link scope and the template together. Use the compile function to change the original DOM (template element) before AngularJS creates an instance of it and before a scope is created.

Post-Link – This is executed after the child elements are linked. It is safe to do DOM transformation in the post-linking function. Use the post-link function to execute logic, knowing that all child elements have been compiled and all pre-link and post-link functions of child elements have been executed.

Pre-Link – This is executed before the child elements are linked. Not safe to do DOM transformation since the compiler linking function will fail to locate the correct elements for linking. Use the pre-link function to implement logic that runs when AngularJS has already compiled the child elements, but before any of the child element's post-link functions have been called.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How can someone make an ajax call using angularjs?

0 Answers  


What is ng app in angular?

0 Answers  


What are components in angular?

0 Answers  


What is patchvalue used for?

0 Answers  


Explain deep linking in angularjs?

0 Answers  


Can AngularJS have multiple ng-app directives in a single page?

0 Answers  


What is traceur compiler in angular?

0 Answers  


what is di (dependency injection)?

0 Answers  


Explain service? When we should use service?

0 Answers  


How to catch and log specific angular errors in your app?

0 Answers  


What are the difference between angular 4 & angular 5?

0 Answers  


What is $digest in angularjs?

0 Answers  


Categories