I have some doubts about certain concepts in AngularJS such as-
Reference (The official documentation is a bit confusing on these topics.)
When should we use the "ngTranscluded" directive?
Under what circumstances would we need to create a function that does nothing using "angular.noop"?
In which situations should we use interpolation and when should we use expression in AngularJS?
It would be really helpful if someone could clarify these with small examples.
Thank you in advance.