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
Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
Hi there,
currently, the webworker can only be added to an application
in my context, I am using an nx workspace, where every main route is a library.
for one of those I need a webworker to do some big computations (creating clusters for a leaflet map on a big datasource with 45K entries)
I unfortunately the schematics did not offer the possibility to add a webworker to a lib, and I could not figure out how to get it to work as well (tsconfig + path to use)
Proposed solution
adapt webworker schematic so it can be added to a library
Alternatives considered
not sure what an alternative might look like
The text was updated successfully, but these errors were encountered:
Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
Hi there,
currently, the webworker can only be added to an application
in my context, I am using an nx workspace, where every main route is a library.
for one of those I need a webworker to do some big computations (creating clusters for a leaflet map on a big datasource with 45K entries)
I unfortunately the schematics did not offer the possibility to add a webworker to a lib, and I could not figure out how to get it to work as well (tsconfig + path to use)
Proposed solution
adapt webworker schematic so it can be added to a library
Alternatives considered
not sure what an alternative might look like
The text was updated successfully, but these errors were encountered: