Links combine the directives with a scope and help in producing a view. The link function registerS DOM listeners and for updating the DOM. It gets executed once the template is cloned.

The pre-linking function gets executed before linking the child elements. Pre-linking is not safe for DOM transformation. Post linking is executed after linking the child elements. Post linking is safe for DOM transformation.

BY Best Interview Question ON 01 Apr 2020