Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Feature Request: Support to platform-webworker #882

Closed
lacolaco opened this issue May 10, 2018 · 1 comment
Closed

Feature Request: Support to platform-webworker #882

lacolaco opened this issue May 10, 2018 · 1 comment

Comments

@lacolaco
Copy link
Contributor

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request

Area

- [x] devkit
- [x] schematics

Desired functionality

Currently, build_angular and schematics/angular don't support to build the platform-webworker application.

Interface ideas:

Generate webworker app

$ ng generate webworker # generate each UI/Worker entrypoint file

Build webworker app

$ ng run myapp:webworker # build app for webworker
...
        "server": {
          "builder": "@angular-devkit/build-angular:webworker",
          "options": {
            "appMain": "src/main.app.ts",
            "workerMain": "src/main.worker.ts",
            "tsConfig": "src/tsconfig.app.json"
          },
          "configurations": {
            ...
          }
        }
...

Mention any other details that might be useful

@alexeagle
Copy link
Contributor

This issue was moved to angular/angular-cli#12105

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants