Checklist
Description
The quick start process with the current stable Angular versions does not work
Angular 19
- main.ts references appConfig which does not exist.
- main.ts tries to use
bootstrapApplication instead of the platformBrowser().bootstrapModule approach.
- tested with
npx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=css --standalone=false and npx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=css
Angular 20
- no such files as
./src/app/app.component.* as referenced in the quickstart
- when following the instructions anyway you get a blank page rendered with no login form
- tested with
npx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=css --standalone=false and npx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=css
Angular 21
- no such files as
./src/app/app.component.* as referenced in the quickstart
- when following the instructions anyway you get a blank page rendered with no login form
- tested with
npx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=css --standalone=false and npx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=css
Reproduction
Angular 19
- run
npx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=css
- run
cd auth0-angular/
- run
npm install @auth0/auth0-angular && npm install
- attempt to follow remaining instructions
Angular 20
- run
npx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=css
- run
cd auth0-angular/
- run
npm install @auth0/auth0-angular && npm install
- attempt to follow remaining instructions
Angular 21
- run
npx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=css
- run
cd auth0-angular/
- run
npm install @auth0/auth0-angular && npm install
- attempt to follow remaining instructions
Additional context
No response
auth0-angular version
2.8.0
Angular version
19, 20, and 21
Which browsers have you tested in?
Chrome
Checklist
Description
The quick start process with the current stable Angular versions does not work
Angular 19
bootstrapApplicationinstead of theplatformBrowser().bootstrapModuleapproach.npx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=css --standalone=falseandnpx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=cssAngular 20
./src/app/app.component.*as referenced in the quickstartnpx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=css --standalone=falseandnpx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=cssAngular 21
./src/app/app.component.*as referenced in the quickstartnpx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=css --standalone=falseandnpx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=cssReproduction
Angular 19
npx @angular/cli@^19.0.0 new auth0-angular --routing=true --style=csscd auth0-angular/npm install @auth0/auth0-angular && npm installAngular 20
npx @angular/cli@^20.0.0 new auth0-angular --routing=true --style=csscd auth0-angular/npm install @auth0/auth0-angular && npm installAngular 21
npx @angular/cli@^21.0.0 new auth0-angular --routing=true --style=csscd auth0-angular/npm install @auth0/auth0-angular && npm installAdditional context
No response
auth0-angular version
2.8.0
Angular version
19, 20, and 21
Which browsers have you tested in?
Chrome