Skip to content

Commit

Permalink
docs(common): fix API docs for NgComponentOutlet (#16411)
Browse files Browse the repository at this point in the history
fixes #16373

PR Close #16411
  • Loading branch information
vicb authored and mhevery committed Apr 28, 2017
1 parent f4b771a commit 270d694
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/common/src/directives/ng_component_outlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ import {ComponentFactoryResolver, ComponentRef, Directive, Injector, Input, NgMo
* * `ngComponentOutletInjector`: Optional custom {@link Injector} that will be used as parent for
* 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
* section of the component, if exists.
*
Expand Down

0 comments on commit 270d694

Please sign in to comment.