diff --git a/README.md b/README.md index 9888ca78..e3163ac4 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ will not work and you will have to import them separately (see their respective If you still need to use both `` and dynamic inputs/outputs it is recommended to keep using `DynamicModule` API. -### Singal based inputs/outputs (experimental) +### Singal based inputs/outputs **Since v10.8.0** diff --git a/goldens/ng-dynamic-component/api.md b/goldens/ng-dynamic-component/api.md index 2f5907b1..53e05395 100644 --- a/goldens/ng-dynamic-component/api.md +++ b/goldens/ng-dynamic-component/api.md @@ -309,7 +309,7 @@ export interface IoFactoryServiceOptions { // @public (undocumented) export class IoService implements OnDestroy { constructor(injector: Injector, differs: KeyValueDiffers, cfr: ComponentFactoryResolver, options: IoServiceOptions, compInjector: DynamicComponentInjector, eventArgument: string, cdr: ChangeDetectorRef, eventContextProvider: StaticProvider, componentIO: ComponentIO); - // (undocumented) + // @internal (undocumented) ngOnDestroy(): void; update(inputs?: InputsType | null, outputs?: OutputsType | null): void; // (undocumented)