Skip to content

Commit f048731

Browse files
committed
feat(soba/abstractions): add ngts-text-3D as a selector to text3d
1 parent d0e61df commit f048731

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',
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)