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.
2 parents 6464f1c + f5eba6e commit 3cc7912Copy full SHA for 3cc7912
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