Any difference between storing data in an ReplaySubject or passing it back to resolver to store?
In Angular 18, I see you pass the data back to the resolver and the page can load the data. However, on ‘MOST’ all calls, something like this is going on storing the data into something like a ReplaySubject or other ->
Loading data and if non-exist, returning 404 in angular
I was reading angular 2 route to 404 page when route param is invalid which ‘seems’ close but the code snippets are not showing me which methods they are in (in the answers 🙁 ).
Unable to get queryParams in a module component (Angular)
Kind of new to Angular (17)
This is my app structure