Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Schematics dont produce compilable code #903

Closed
VRMink opened this issue Jul 11, 2022 · 1 comment
Closed

Angular Schematics dont produce compilable code #903

VRMink opened this issue Jul 11, 2022 · 1 comment

Comments

@VRMink
Copy link

VRMink commented Jul 11, 2022

Due to the issue with the auth0 angular package, the schematics are not functional. Please see: auth0/auth0-angular#255

@mraible
Copy link
Contributor

mraible commented Aug 16, 2022

Hello @VRMink.

Thanks for the bug report. I was on vacation for the month of July and missed it. I just upgraded this project to use Angular 14 in #883.

I tested Auth0 using the following command:

git clone https://github.com/oktadev/schematics.git
cd schematics
npm install
npm run build
npm pack

ng new angular-auth0 --routing --style css --strict
cd angular-auth0
npm install -D ../oktadev*.tgz
schematics @oktadev/schematics:add-auth --issuer=$issuer --client-id=$clientId --auth0

Unit tests pass and I'm able to log in, so I'm closing this issue.

@mraible mraible closed this as completed Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants