Angular 10 + @bokeh/bokehjs

Hello i tried to import bokehjs into a new Angular 10 project, but i get the following error.

ERROR in ./node_modules/@bokeh/bokehjs/build/js/lib/index.js 3:9
Module parse failed: Unexpected token (3:9)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| export { version } from "./version";
| export { index } from "./embed";
> export * as embed from "./embed";
| export * as protocol from "./protocol";
| export * as _testing from "./testing";

See Node12 import error bokeh 2.0 - #12 by bokehcoder.