angular-google-signin icon indicating copy to clipboard operation
angular-google-signin copied to clipboard

Google Sign-In component for Angular written in TypeScript

Results 11 angular-google-signin issues
Sort by recently updated
recently updated
newest added

The example works fine, but if I use router.navegation the page generated this error. Uncaught TypeError: Cannot read property 'style' of null at G_ (cb=gapi.loaded_1:70) at H_. (cb=gapi.loaded_1:73) at Function....

## Version **0.0.47** of [@types/gapi.auth2](https://www.npmjs.com/package/@types/gapi.auth2) was just published. Dependency @types/gapi.auth2 Current Version 0.0.32 Type dependency The version **0.0.47** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

Hi, I managed to integrate angular-google-signin to my application but I am currently having some issues to build the application using `ng build --prod` I am getting the following output:...

I am trying to run `ng build -prod``` and it is throwing below error. Any lead will be helpful.

Is this still maintained? Broken with Angular 4. You need to update the dependencies: npm WARN [email protected] requires a peer of @angular/core@^2.0.0 but none was installed. npm WARN [email protected] requires...

This is going to be a major update of this component. Here is a task list: - [X] Update to Angular 5.1.0 - [X] Use ng-packagr for building - [X]...

Hello, First of all, thank you and congratulations for developing this component, it is really useful to have it in Angular 2. The problem is that I need to use...

Hi, I'm working on a signout button, but whenever I call `gapi.auth2.getAuthInstance().signOut()` I get the following error: `cb=gapi.loaded_1:90 Uncaught TypeError: Cannot read property 'style' of null at G_ (cb=gapi.loaded_1:90) at...

I can show the popup where you enter the email and password and the text of the button changes, but it does not return the data to the component to...