-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'AgmCoreModule' is not exported by node_modules\angular2-google-maps\core\index.js (imported by src\app\app.module.js) #965
Comments
@SADHASIVAM-BE please provide version information. I think this is related to #629 |
NPM version - 3.10.3 Below error i received while run AOT. |
Few more version details.
|
same issue for me. Have you solved id? |
i fix it by inserting in dependencies, found in package.json: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue description
'AgmCoreModule' is not exported by node_modules\angular2-google-maps\core\index.js (imported by src\app\app.module.js). For help fixing this error see https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
Steps to reproduce and a minimal demo of the problem
development mode its working properly. without any error. But while try to run the AOT mode, above error occurred. Please explain
rollup-config.js
plugins: [
nodeResolve({jsnext: true, module: true}),
commonjs({
include: 'node_modules/rxjs/**',
}),
uglify()
]
The text was updated successfully, but these errors were encountered: