angular/aio/content/examples/dynamic-component-loader/stackblitz.json
Matthieu Riegler 3e0e6ed60f docs: update Dynamic Component loader docs to rely on ngComponentOutlet (#49915)
With #51148, the `ngComponentOutlet` directive now supports inputs.
This allows a less verbose and simpler API to instantiate components dynamicaly.

Fixes #49875

PR Close #49915
2023-09-07 10:03:22 -07:00

9 lines
175 B
JSON

{
"description": "Dynamic Component Loader",
"files":[
"!**/*.d.ts",
"!**/*.js"
],
"file": "src/app/ad-banner.component.ts",
"tags":["cookbook component"]
}