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 c76ce54 commit b5e56e7Copy full SHA for b5e56e7
libs/cannon/debug/src/lib/debug.ts
@@ -33,7 +33,7 @@ const defaultOptions: NgtcDebugInputs = {
33
impl: CannonDebugger,
34
};
35
36
-@Directive({ selector: 'ngtc-physics[debug]', standalone: true })
+@Directive({ selector: 'ngtc-physics[debug]' })
37
export class NgtcDebug {
38
private store = injectStore();
39
private physics = inject(NgtcPhysics);
libs/cannon/src/lib/physics.ts
@@ -99,7 +99,7 @@ type NgtsPhysicsUpdatableOptions = Extract<
99
'gravity' | 'iterations' | 'tolerance' | 'broadphase' | 'axisIndex'
100
>;
101
102
-@Directive({ selector: 'ngtc-physics', standalone: true })
+@Directive({ selector: 'ngtc-physics' })
103
export class NgtcPhysics {
104
105
0 commit comments