What is transclusion in AngularJS ?

devquora
devquora

Posted On: Feb 22, 2018

 

The transclusion in Angular JS will allow you to move the original children of a directive to a specific location inside a new template.The ng directive marks the insertion point for the transcluded DOM of the very near parent directive that uses transclusion.
ng-transclude or ng-transclude-slot attribute directives are used for transclusion in Angular JS.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions