Angular: ng-content
Introduction
Where to use this
lets say we wants to send some custom html to the component. in that case we can use ng-content to send some HTML in the component.
Use
<div class="panel panel-default">
<div class="panel-heading">{{ element.nam...
hashcodehub.hashnode.dev1 min read