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. *