Hi, is there any plan to support Angular 22 ?
Except conflicts on install (the same as : #75), that I was able to force with :
"overrides": {
"angular-three": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
},
"angular-three-soba": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
},
"angular-three-postprocessing": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
}
},
It seems to be working fine.
Hi, is there any plan to support Angular 22 ?
Except conflicts on install (the same as : #75), that I was able to force with :
It seems to be working fine.