Skip to content

Commit c7d7b5c

Browse files
committed
fix(soba/abstractions): add ngts-text-3D as selector for text3d
1 parent b24bc49 commit c7d7b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/soba/abstractions/src/lib/text-3d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const defaultOptions: Partial<NgtThreeElements['ngt-mesh']> & NgtsText3DOptions
3434
};
3535

3636
@Component({
37-
selector: 'ngts-text-3d,ngts-text-3D',
37+
selector: 'ngts-text-3d, ngts-text-3D',
3838
template: `
3939
<ngt-mesh #mesh [parameters]="parameters()">
4040
<ngt-text-geometry #textGeometry *args="textArgs()" />

0 commit comments

Comments
 (0)