From a06462cc9aeb65d5908afc200b199146aab58c10 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:59:34 +0000 Subject: [PATCH] chore(api): changes of Public API goldens --- README.md | 2 +- goldens/ng-dynamic-component/api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)