mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
9067d12107
commit
e88f484ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ import {assertComponentDef} from './errors';
|
|||
* `[[element1, element2], [element3]]`: projects `element1` and `element2` into one `<ng-content>`,
|
||||
* and `element3` into a separate `<ng-content>`.
|
||||
* * `directives` (optional): Directives that should be applied to the component.
|
||||
* * `binding` (optional): Bindings to apply to the root component.
|
||||
* * `bindings` (optional): Bindings to apply to the root component.
|
||||
* @returns ComponentRef instance that represents a given Component.
|
||||
*
|
||||
* @publicApi
|
||||
|
|
|
|||
Loading…
Reference in a new issue