You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue describes a problem when attempting to use the new Worker() constructor within an Angular library. The expected behavior is that the Web Worker should function correctly when instantiated from a library. However, it appears that this is not the case, indicating a potential bug in the Angular CLI's handling of Web Workers within libraries.
Command
generate
Is this a regression?
The previous version in which this bug was not present was
Angular CLI: 19.0.6 | Angular Core: 19.0.5 | Node.js: 20.13.1
Description
The issue describes a problem when attempting to use the new Worker() constructor within an Angular library. The expected behavior is that the Web Worker should function correctly when instantiated from a library. However, it appears that this is not the case, indicating a potential bug in the Angular CLI's handling of Web Workers within libraries.
Minimal Reproduction
empty Brean new project
action =>
ng g component profile --standalone :
result = >
I event added schematics to anguler.json =>
Exception or Error
Your Environment
Anything else relevant?
no
The text was updated successfully, but these errors were encountered: