https://github.com/stephencooper/ngtemplateoutlets
Code to demonstrate how to use ngTemplateOutlet, along with ngTemplateOutletContext, to make a component completely customisable.
https://github.com/stephencooper/ngtemplateoutlets
angular customisation
Last synced: about 1 year ago
JSON representation
Code to demonstrate how to use ngTemplateOutlet, along with ngTemplateOutletContext, to make a component completely customisable.
- Host: GitHub
- URL: https://github.com/stephencooper/ngtemplateoutlets
- Owner: StephenCooper
- Created: 2019-06-03T10:31:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:07:10.000Z (about 2 years ago)
- Last Synced: 2025-03-18T02:44:07.618Z (about 1 year ago)
- Topics: angular, customisation
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/ngtemplateoutletcontext
- Size: 4.79 MB
- Stars: 56
- Watchers: 3
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngTemplateOutlets
See how ngTemplateOutlets enable a single selector component to support multiple template customisation without the need for feature toggles.
https://indepth.dev/posts/1405/ngtemplateoutlet
Live Demo: [StackBlitz](https://stackblitz.com/edit/ngtemplateoutletcontext)
Demo Code for Angular Connect 2019 talk
[)](https://www.youtube.com/watch?v=2SnVxPeJdwE)