mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"description": "Dynamic Component Loader",
|
|
"files":[
|
|
"!**/*.d.ts",
|
|
"!**/*.js"
|
|
],
|
|
"file": "src/app/ad-banner.component.ts",
|
|
"tags":["cookbook component"]
|
|
}
|