mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3e0e6ed60f
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
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"description": "Dynamic Component Loader",
|
|
"files":[
|
|
"!**/*.d.ts",
|
|
"!**/*.js"
|
|
],
|
|
"file": "src/app/ad-banner.component.ts",
|
|
"tags":["cookbook component"]
|
|
}
|