Angular 15 and @bokeh/bokehjs/3.2.0 not compiling

Hello everyone!

I have studied in detail the posts Angular 10+ @bokeh/bokehjs not compiling (or with webpack) and Angular 14 + @bokeh/bokehjs@3 related to installing bokeh for angular, but when compiling the project I get an error:

Error: node_modules/@bokeh/bokehjs/build/js/lib/models/tools/gestures/wheel_zoom_tool.d.ts:5:36 - error TS2307: Cannot find module 'core/kinds' or its corresponding type declarations.

5 declare const ZoomTogether: import("core/kinds").Kinds.Enum<"none" | "all" | "cross">;

Does anyone have any ideas on what may be going on wrong?

I use environment:
Angular CLI: 15.2.9
Node: 18.16.0
Package Manager: npm 9.5.1

Any help could be greatly appreciated.

Thanks!

This is a regression again, see Use `../core/kinds` instead of `core/kinds` in imports by mattpap · Pull Request #13254 · bokeh/bokeh · GitHub. This will be fixed in bokeh 3.2.1.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.