Eric
Member since May 10, 2019
- Profile: /members/13943-eric.htm
- Comments: 3
Recent Blog Comments By Eric
-
Using replaceUrl To Persist Search Filters In The URL Without Messing Up The Browser History In Angular 7.2.14
Posted on May 16, 2019 at 12:24 PM
Thanks for the follow-up! I worked on proof of concept using Ngrx and after discussing with a collegue of all the corner case involved I came back to the simpler proof of concept like the one you have described in your article. It was just a few lines to get something basic working but I'm ... read more »
-
Using replaceUrl To Persist Search Filters In The URL Without Messing Up The Browser History In Angular 7.2.14
Posted on May 10, 2019 at 5:17 PM
Hello, In your demo, you have your search form and result list in the same page. filters are in the page. In my application, there will be a separate search page with many parameters and a separated page for results. Would it make sense then to keep the parameters exposed in url of each ro... read more »
-
Using replaceUrl To Persist Search Filters In The URL Without Messing Up The Browser History In Angular 7.2.14
Posted on May 10, 2019 at 4:59 PM
Hello! Well timed article. I'm currently learning Angular (7-8) for a starting project and I really had at hearth to implement a sane history management. Most of the SPA I have seen recently are simply broken (as much on respecting browser back/forward expectation than giving a not giving ... read more »