我想在我的 Angular 11 应用程序中使用 Google One Tap。按照文档,我添加<script async defer src="https://accounts.google.com/gsi/client"></script>
到我的 html 中,然后在我的 中使用以下代码app.component.html
:
<div id="g_id_onload" data-client_id="MY_GOOGLE_CLIENT_ID" data-callback="handleCredentialResponse", data-cancel_on_tap_outside="false"> </div>
弹出窗口工作正常,但我似乎无法登录。如果我handleCredentialResponse
在 中创建一个函数app.component.ts
,则会收到以下错误:[GSI_LOGGER]: The value of 'callback' is not a function. Configuration ignored.
如果我尝试使用 JavaScript API,Typescript 会抛出以下错误:Property 'accounts' does not exist on type 'typeof google'
我应该怎么做才能在 Angular 中使用 Google One Tap?
人到中年有点甜
ABOUTYOU
PIPIONE
肥皂起泡泡
相关分类