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 3b01ce5 commit 8a6526cCopy full SHA for 8a6526c
libs/soba/controls/src/orbit-controls/orbit-controls.ts
@@ -33,7 +33,9 @@ declare global {
33
selector: 'ngts-orbit-controls',
34
standalone: true,
35
template: `
36
- <ngt-primitive *args="args()" ngtCompound [enableDamping]="enableDamping()" />
+ <ngt-primitive *args="args()" ngtCompound [enableDamping]="enableDamping()">
37
+ <ng-content />
38
+ </ngt-primitive>
39
`,
40
imports: [NgtArgs],
41
schemas: [CUSTOM_ELEMENTS_SCHEMA],
0 commit comments