You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when building an Angular project that uses an Angular library that uses google-maps-loader:
ERROR in ./src/app/app.module.ngfactory.js
Module not found: Error: Can't resolve 'google-maps/lib/types/index' in '/Users/ngersdorff/git/ng-library-testproject/src/app'
I could fix this by adding the lines maked with X to tsconfig.app.json of the Angular project that uses the Angular library in question:
I would like to provide a minimal example project that let others reproduce the problem but that would take some time. Before doing so: Do you already have an idea what this issue might be about?
Hello, do you have some special webpack configuration in your angular project? I'm using this package in angular (versions 8 and 10) without any problems.
I get the following error when building an Angular project that uses an Angular library that uses
google-maps-loader
:I could fix this by adding the lines maked with
X
totsconfig.app.json
of the Angular project that uses the Angular library in question:src/empty.js
is completely empty.I would like to provide a minimal example project that let others reproduce the problem but that would take some time. Before doing so: Do you already have an idea what this issue might be about?
The text was updated successfully, but these errors were encountered: