Hi guys,
i'm trying to make the web worker works. However the following error appears:
ErrorEvent {isTrusted: true, message: "Uncaught SyntaxError: Unexpected token '{'", filename: "blob:http://localhost:4200/6abd4d3b-1515-47bc-910e-73fd18189d74", lineno: 3, colno: 64, …}
I made some research and it could be because i don't have a loader for the workservice?
My project is in angular 8 and created by Angular CLI.
Best regards,