Content Projection in Angular
Content projection - It is a pattern in which we may require to send/insert / project data dynamically to our angular components.
Is done using Ng-Content.
For Reusable / Scalable components
A slot can be thought of as a container or div.
Multisl...
niharikagurnani.hashnode.dev2 min read