Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum Define the ng-content Directive? Conventional HTML elements have some content between the tags. For instance: Put your paragraph here Now consider the following example of having custom text between angular tags: This won’t work like HTML until you use ng-content Directive However, doing so won’t work the way it worked for HTML elements. In order to make it work just like the HTML example mentioned above, we need to use the ng-content Directive. Moreover, it is helpful in building reusable components. Know more about the ng-content directive.
Related Topics