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 b493e5e commit 1fa393aCopy full SHA for 1fa393a
projects/angular-split/src/lib/split/split.component.ts
@@ -98,7 +98,7 @@ export class SplitComponent {
98
* @internal
99
*/
100
readonly _areas = contentChildren(SPLIT_AREA_CONTRACT)
101
- protected readonly customGutter = contentChild(SplitGutterDirective)
+ protected readonly customGutter = contentChild(SplitGutterDirective, { descendants: false })
102
readonly gutterSize = input(this.defaultOptions.gutterSize, {
103
transform: numberAttributeWithFallback(this.defaultOptions.gutterSize),
104
})
0 commit comments