0 votes
in Angular by
What is transclusion in Angular?

1 Answer

0 votes
by

The transclusion in Angular allows you to shift the original children of a directive into a specific location within a new template. The ng directive indicates the insertion point for a transcluded DOM of the nearest parent directive that is using transclusion. Attribute directives like ng-transclude or ng-transclude-slot are mainly used for transclusion.

Related questions

0 votes
asked Feb 24 in Angular by SakshiSharma
0 votes
asked Feb 24 in Angular by SakshiSharma
...