Skip to content

Commit f92a3d9

Browse files
committed
fix: standalone
1 parent 0a1840d commit f92a3d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-three-gltf",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "GLTF to Angular Three converter",
55
"scripts": {
66
"cleanup": "rimraf node_modules"

src/utils/parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ ${printTypes(objects, animations)}
571571
572572
@Component({
573573
selector: '${selector}',
574+
standalone: true,
574575
template: \`
575576
@if (gltf();as gltf) {
576577
<ngt-group #model [parameters]="options()">

0 commit comments

Comments
 (0)