This message was deleted.
# helpdesk
s
This message was deleted.
a
sure, you can use any framework you want but you have to build it from scratch using the raw JS sdk https://github.com/livekit/client-sdk-js
p
Build at: 2022-11-04T124310.255Z - Hash: 0f8747c8ee0b6389 - Time: 339ms Error: node_modules/livekit-client/dist/src/proto/livekit_models.d.ts18 - error TS1192: Module '"/Users/nuzzgunners/Works/Angular/livekit_app_01/node_modules/protobufjs/minimal"' has no default export. 1 import _m0 from "protobufjs/minimal"; ~ Error: node_modules/livekit-client/dist/src/proto/livekit_rtc.d.ts18 - error TS1192: Module '"/Users/nuzzgunners/Works/Angular/livekit_app_01/node_modules/protobufjs/minimal"' has no default export. 1 import _m0 from "protobufjs/minimal"; ~ ✖️ Failed to compile.
I'm using Angular 14. Import by typescript with error.
p
hey! you can try with this setting in your tsconfig https://www.typescriptlang.org/tsconfig/allowSyntheticDefaultImports.html
p
Copy code
Thank you. 
Add "allowSyntheticDefaultImports": true in tsconfig.
Error: src/app/app.component.ts8313 - error TS2339: Property 'detach' does not exist on type 'LocalTrackPublication'. 83 track.detach();
d
LocalTrackPublication.track.detach()