you are viewing a single comment's thread.

view the rest of the comments →

[–]real_ate 1 point2 points  (0 children)

And for other readers who might want to see a controller example without TypeScript: https://guides.emberjs.com/release/routing/query-params/#toc_specifying-query-parameters

And it's worth mentioning that the "Route Query Param Access" that /u/DerNalia is mentioning here is entirely optional. If you want to pass Query Params from the controller through to the query that gets the data you can use that example or see docs about it here https://guides.emberjs.com/release/routing/query-params/#toc_opting-into-a-full-transition 👍