what is angular js compiler linking function

68 Views Asked by At

I am a bit confused about the line taken from Angular JS official documentation:

Compile: traverse the DOM and collect all of the directives. The result is a linking function.

I am not clear about what linking functions are?

Are they talking about link function that we write in a custom directive?

Please clarify using an example.

0

There are 0 best solutions below