-
Notifications
You must be signed in to change notification settings - Fork 42
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
Failed to compile #1
Comments
Hi have you replaced CLIENT_ID, DISCOVERY_DOCS, SCOPE with yours ? Also could you show your package json |
In any case ill be back in the evening , will check it |
I actually meant the example in
|
@18steps found the issue , working on a fix, will provide a fix together with the example , i guess today |
@18steps ive fixed the issue , ill make some test and then release new version |
- refactored npm structure should fix the issue - updated readme for new configurations
…upported-in-module-config Fix for issue #1
@18steps the new version is live , please update your npm package, the latest version is 0.0.38 To avoid any caches , remove ng-gapi folder from node-modules, remove ng-gapi entry from package.json and then
|
Thanks. I updated the package according to your instructions, but I still have errors. In order to use the config type definitions in my module I updated I got Still now I have an error
My AppModule code is
|
@18steps Hi ive made small adjustment , please update to new version. Latest version 0.0.39 |
Now it works better, thanks. But when I try to use the When I call
since there is no I guess it works in their example because they do <!-- Load the JavaScript API client and Sign-in library. -->
<script src="https://apis.google.com/js/client:platform.js"></script> Any chance your library could support |
Following your example, I have
But when running
ng serve
I get an error from Webpack:And in the browser console I get this error:
The text was updated successfully, but these errors were encountered: