"Content projection (also known as transclusion) is a way to import HTML content from outside the component and insert that content into the component's template in a designated spot."
This repo is a presentation of ng-template and transclusion.
- angular cli (project generated with version 7.1.0)
- yarn (dependency management)
You can get the presentation from this link which is built using reveal.js.
ng serve
- Run in frontend development mode on port 4200.