Skip to content

Commit

Permalink
chore(api): changes of Public API goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and gund committed Jan 7, 2025
1 parent b517521 commit a06462c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ndc-dynamic>` 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**

Expand Down
2 changes: 1 addition & 1 deletion goldens/ng-dynamic-component/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a06462c

Please sign in to comment.