by Juri Strumpflohner (Twitter - Blog)
Check out the course over on egghead.io.
This repository is organized in different branches, one branch for each video lesson.
- Get to know our basic Angular TabsComponent (in master branch here)
- Declare a template within a template using
ng-template
in Angular - Pass a reference of an ng-template to a component and render it in Angular
- Pass data to be rendered in a dynamic ng-template using ngTemplateOutletContext in Angular
- Define an anchor point where to render dynamic components in Angular
- Dynamically instantiate an Angular component
- Destroy a dynamically instantiated Angular component
Clone the repository and install all packages
$ npm install
Run the project by executing
$ npm start
Feel free to reach out to me on Twitter or open an issue.