I've an Angular application that is configured as a PWA. It all works wonderfully.
Now, however, I have created a project that runs independently as a "sub-app" via
ng new app2 --create-application false
This should also be "PWA enabled". But how can I tell Angular CLI to do the appropriate configurations and to use a project specific manifest file?