yes i was reading this manual as well. It’s just slightly different but throws the exactly same error message. The error implies that something is wrong with these lines but that is exactly whats written in the manual.
Sadly there is still no solution even some people from stackblitz looked over the code.
Auth0 is not working like shown in your example. So it would be really kind if you take a look into it or change your Quickstart tutorial or just post an example file that works on stackblitz.
Howan looks like you are using: @auth0/auth0-angular v1.11.1
I am using v2.2.0 and still, even adding step one (adding clientId and domain to app.module.ts) does not work. Error is:
Type ‘{ domain: string; clientId: string; redirectUri: string; }’ has no properties in common with type ‘AuthConfig’.
Is there no Stackblitz example of Auth0 that works? (with a fairly recent version of Angular)?? I look at each one I find online and none of them work.