Skip to content

Commit

Permalink
docs(common): fix API docs for NgComponentOutlet (angular#16411)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored and juleskremer committed Aug 24, 2017
1 parent 200a427 commit 2a1e12c
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 2a1e12c

Please sign in to comment.