We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35a1e9 commit f5eba6eCopy full SHA for f5eba6e
src/core/nested-option.ts
@@ -63,7 +63,7 @@ export abstract class BaseNestedOption implements INestedOptionContainer, IColle
63
}
64
65
export interface ICollectionNestedOptionContainer {
66
- setChildren<T>(propertyName: string, items: QueryList<T>);
+ setChildren<T extends ICollectionNestedOption>(propertyName: string, items: QueryList<T>);
67
68
69
export class CollectionNestedOptionContainerImpl implements ICollectionNestedOptionContainer {
0 commit comments