Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support to platform-webworker #12105

Closed
alexeagle opened this issue Sep 4, 2018 · 3 comments
Closed

Feature Request: Support to platform-webworker #12105

alexeagle opened this issue Sep 4, 2018 · 3 comments
Labels
feature Issue that requests a new feature

Comments

@alexeagle
Copy link
Contributor

From @lacolaco on May 10, 2018 7:57

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

Copied from original issue: angular/devkit#882

@alexeagle alexeagle added the feature Issue that requests a new feature label Sep 4, 2018
@Serginho
Copy link

Serginho commented Dec 5, 2018

When do you plan do this?

@alan-agius4
Copy link
Collaborator

Duplicate of #2305

@alan-agius4 alan-agius4 marked this as a duplicate of #2305 Feb 5, 2019
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Issue that requests a new feature
Projects
None yet
Development

No branches or pull requests

3 participants