'asl-google-signin-button' is not a known element: #683
Replies: 8 comments 12 replies
-
Modulünüze GoogleSigninButtonModule import edin sorun çözülecektir |
Beta Was this translation helpful? Give feedback.
-
English version of Turkish: |
Beta Was this translation helpful? Give feedback.
-
I imported this on the module.app.ts
And I still getting this error:
When I use the button:
I'm using:
|
Beta Was this translation helpful? Give feedback.
-
You can fix this bug by running the following command if you have imported all the mentioned modules:- npm i @abacritt/angularx-social-login@1.2.3 --legacy-peer-deps & it runs in both Angular 15 and 16 |
Beta Was this translation helpful? Give feedback.
-
I have solved this issue
…On Mon, Jul 31, 2023 at 9:57 PM wbaldanw ***@***.***> wrote:
I'm facing the same issue here. Angular 16.
—
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAB76VIX3HTFJQOGQS2TRYTXS7MGNANCNFSM6AAAAAAVXUPPBE>
.
You are receiving this because you commented.Message ID:
<abacritt/angularx-social-login/repo-discussions/683/comments/6597153@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
in app.module.ts or in @component dcorator schemas: [CUSTOM_ELEMENTS_SCHEMA] |
Beta Was this translation helpful? Give feedback.
-
i am using
and my app module is like this
and my html page is like this i am getting popup of continue with google which is working well, but i can not see the button |
Beta Was this translation helpful? Give feedback.
-
I got this error before, i imported GoogleSigninButtonModule into my module, later on error has been fixed. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I did it everything right. But I get this error!
'asl-google-signin-button' is not a known element:
AppModule.ts
app.component.html
<asl-google-signin-button type='icon' size='medium'></asl-google-signin-button>
What can I do fix this error?
Beta Was this translation helpful? Give feedback.
All reactions