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 just installed the latest version of abacritt/angularx-social-login from npm. I am getting a compilation issue in @abacritt\angularx-social-login\directives\google-signin-button.directive.d.ts.
Type '{ type: { alias: "type"; required: false; }; size: { alias: "size"; required: false; }; text: { alias: "text"; required: false; }; shape: { alias: "shape"; required: false; }; theme: { alias: "theme"; required: false; }; logo_alignment: { ...; }; width: { ...; }; locale: { ...; }; }'
does not satisfy the constraint '{ [key: string]: string; }'.
Property '"type"' is incompatible with index signature.
The text was updated successfully, but these errors were encountered:
I just installed the latest version of abacritt/angularx-social-login from npm. I am getting a compilation issue in
@abacritt\angularx-social-login\directives\google-signin-button.directive.d.ts.
The text was updated successfully, but these errors were encountered: