Issue
Which commands am I to run in my command line to modify my angular project into a pwa just like react-pwa
Solution
You can use the angular suggested command:
ng add @angular/pwa --project <project-name>
This is the official guide: https://angular.io/guide/service-worker-getting-started
Answered By - Ale_Bianco
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.