offering simple example of using vtk.js from angular

I see there are instructions for using vtk.js for react and vue, here and am offering an example with instructions for using vtk.js from Angular.
I’m also looking for suggestions to improve the way I’ve done the integration.
See the github repository here

1 Like

Thanks! We can add this to the docs.

FYI you shouldn’t need to add the vtk.js webpack rules if you are using @kitware/vtk.js. If your experience is that the webpack rules are needed, then we need to fix it.

Thanks Forrest,
I removed the custom webpack configuration and indeed the example continues to work. So I updated the example Github repo to not use custom webpack configuration.