I followed this guide: https://angular.io/guide/service-worker-getting-started
In an existing Angular CLI app I ran
ng add @angular/pwa --project *project-name*
ng build --prod
npm start -c-1 dist/<project-name>
Chrome Dev tools > Application Manifest - detected, no errors or warnings Service Workers - empty
Network tab loads every file with 200
ngsw-config.json - exists generated by the command
assets/icons - directory generated
app.module.ts - imports array contains ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production })
Running PWA audit returns an error with ServiceWorker not registered.