docs(common): fix API docs for NgComponentOutlet (#16411)

fixes #16373

PR Close #16411
This commit is contained in:
Victor Berchet 2017-04-28 15:19:40 +02:00 committed by Miško Hevery
parent f4b771a0c6
commit 270d694ed2
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ import {ComponentFactoryResolver, ComponentRef, Directive, Injector, Input, NgMo
* * `ngComponentOutletInjector`: Optional custom {@link Injector} that will be used as parent for * * `ngComponentOutletInjector`: Optional custom {@link Injector} that will be used as parent for
* the Component. Defaults to the injector of the current view container. * the Component. Defaults to the injector of the current view container.
* *
* * `ngComponentOutletProviders`: Optional injectable objects ({@link Provider}) that are visible
* to the component.
*
* * `ngComponentOutletContent`: Optional list of projectable nodes to insert into the content * * `ngComponentOutletContent`: Optional list of projectable nodes to insert into the content
* section of the component, if exists. * section of the component, if exists.
* *