nx/packages/angular/docs/web-worker-examples.md
Isaac Mann afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00

291 B

Examples

{% tabs %}

{% tab label="Simple Usage" %}

The basic usage of the web-worker generator is defined below. You must provide a name for the web worker and the project to assign it to.

nx g @nx/angular:web-worker myWebWorker --project=myapp

{% /tab %}

{% /tabs %}