Skip to content

Commit a5283af

Browse files
committed
fix: adjust bounds api
1 parent 9c5f9c9 commit a5283af

File tree

1 file changed

+2
-2
lines changed
  • libs/angular-three-soba/staging/src/lib/bounds

1 file changed

+2
-2
lines changed

libs/angular-three-soba/staging/src/lib/bounds/bounds.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ extend({ Group });
265265
selector: 'ngts-bounds',
266266
standalone: true,
267267
template: `
268-
<ngt-group ngtCompound [ref]="groupRef">
268+
<ngt-group ngtCompound [ref]="boundsRef">
269269
<ng-content />
270270
</ngt-group>
271271
`,
272-
providers: [{ provide: NGTS_BOUNDS_API, useFactory: boundsApiFactory, deps: [NgtsBounds] }, RxActionFactory],
272+
providers: [{ provide: NGTS_BOUNDS_API, useFactory: boundsApiFactory, deps: [NgtsBounds] }],
273273
schemas: [CUSTOM_ELEMENTS_SCHEMA],
274274
})
275275
export class NgtsBounds extends NgtRxStore implements OnInit {

0 commit comments

Comments
 (0)