Skip to content

Commit a06462c

Browse files
github-actions[bot]gund
authored andcommitted
chore(api): changes of Public API goldens
1 parent b517521 commit a06462c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ will not work and you will have to import them separately (see their respective
9898
If you still need to use both `<ndc-dynamic>` and dynamic inputs/outputs it is recommended
9999
to keep using `DynamicModule` API.
100100

101-
### Singal based inputs/outputs (experimental)
101+
### Singal based inputs/outputs
102102

103103
**Since v10.8.0**
104104

goldens/ng-dynamic-component/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export interface IoFactoryServiceOptions {
309309
// @public (undocumented)
310310
export class IoService implements OnDestroy {
311311
constructor(injector: Injector, differs: KeyValueDiffers, cfr: ComponentFactoryResolver, options: IoServiceOptions, compInjector: DynamicComponentInjector, eventArgument: string, cdr: ChangeDetectorRef, eventContextProvider: StaticProvider, componentIO: ComponentIO);
312-
// (undocumented)
312+
// @internal (undocumented)
313313
ngOnDestroy(): void;
314314
update(inputs?: InputsType | null, outputs?: OutputsType | null): void;
315315
// (undocumented)

0 commit comments

Comments
 (0)