Skip to content

@angular/pwa - option to add webmanifest without service worker #29786

@kozm9000

Description

@kozm9000

Command

add

Description

When @angular/pwa is added, prompt user if a service worker is needed or just webmanifest with icons.

Why ?

For simple websites where caching / background execution / OS integration is not required. To have all images / favicons for cross platform compatibility and "add to homescreen" option.

Describe the solution you'd like

Yes / No prompt.
If no is selected, provideServiceWorker('ngsw-worker.js') is not added and no changes are made to angular.json.

Extra functionality

Embed asset generation based on a provided source image.

Activity

angular-robot

angular-robot commented on Mar 10, 2025

@angular-robot
Contributor

This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list.

You can find more details about the feature request process in our documentation.

angular-robot

angular-robot commented on Apr 19, 2025

@angular-robot
Contributor

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot

angular-robot commented on May 8, 2025

@angular-robot
Contributor

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: @schematics/angularfeatureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      @angular/pwa - option to add webmanifest without service worker · Issue #29786 · angular/angular-cli