### Version info <!-- What versions of the following libraries are you using? Note that your issue may already be fixed in the latest versions. --> **Angular:** 16.0.3 **Firebase:** N/A **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** node 18.16, windows ### How to reproduce these conditions **Steps to set up and reproduce** ```shell ng new fire-esbuild-reprod --standalone cd fire-esbuild-reprod ng add @angular/fire ``` ### Debug output > Specified module path /src/app/app.module.ts does not exist ### Expected behavior the ng add to complete ### Actual behavior it throw an error