Angular 16+ & ThreeJS

FYI:

Three 0.111.0 is actually not compatible with TypeScript ~3.5.3 which is the latest Angular Dependency, so if you do a fresh install of my template you have to stay with max version 0.110.0.

Thats the last version i can compile without any errors.

For newer ones you will get the following errors:

We have to wait until Angular update the TypeScript dependency or try it yourself.

…and as a side note: Install @types/webgl2 and add it to the tsconfig.app.json. In my actual template version i’ve done this already. (see also here: Cannot find name 'WebGL2RenderingContext')