From 270d694ed2b07623c2899bc372804a2a65c205d3 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 28 Apr 2017 15:19:40 +0200 Subject: [PATCH] docs(common): fix API docs for NgComponentOutlet (#16411) fixes #16373 PR Close #16411 --- packages/common/src/directives/ng_component_outlet.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/common/src/directives/ng_component_outlet.ts b/packages/common/src/directives/ng_component_outlet.ts index f924c98ea7..c43848932e 100644 --- a/packages/common/src/directives/ng_component_outlet.ts +++ b/packages/common/src/directives/ng_component_outlet.ts @@ -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. *