angular-sanctuary / angular-hub

Curated list of Angular events and communities
https://angular-hub.com/
MIT License
46 stars 29 forks source link

[Feature Request]: use withEventReplay #274

Open geromegrignon opened 1 month ago

geromegrignon commented 1 month ago

Relevant Scope

angular application

Description

Once the project updated to v18 (https://github.com/angular-sanctuary/angular-hub/issues/273), add withEventReplay

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Do you want to contribute with a pull request?

No

geromegrignon commented 1 month ago

Currently failing with the following error:

ERROR RuntimeError: NG04002: Cannot match any routes. URL Segment: 'favicon.ico'
    at Recognizer.noMatchError (/Users/gerome/Documents/GitHub/angular-hub/node_modules/@angular/router/fesm2022/router.mjs:3838:16)
    at eval (/Users/gerome/Documents/GitHub/angular-hub/node_modules/@angular/router/fesm2022/router.mjs:3868:28)
    at /Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/operators/catchError.js:13:51
    at OperatorSubscriber._this._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:43:21)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30) {
  code: 4002
geromegrignon commented 1 month ago

The fix should be released this wednesday: https://github.com/angular/angular/issues/56122#issuecomment-2134653401