Babylon and Angular

Hi… I’m a new Angular Developer and I want to use BabylonJs in my angular app. I tried npm install babylon js and I import * as BABYLON from ‘babylonjs’ And it wont work. the error on my console is sating "import { TransformNode } from “babylonjs/Meshes”;
Is it possible to use babylonjs in Angular ?

I believe this article may be helpful - Integration Basics: Integrating BabylonJS 3D Engine Into An Angular Business Application - Part 1 - Thinktecture AG
There is a lot of other similar links, also there are ready templates as Angular 14+ & BabylonJS Template Project

5 Likes