angular-component / router

Angular Component Router - A declarative router for Angular applications
MIT License
253 stars 16 forks source link

Lib: Remove query-string dependency in favor of URLSearchParams #81

Closed brandonroberts closed 3 years ago

brandonroberts commented 3 years ago

The URLSearchParams Web API has all the necessary functionality to serialize/deserialize query parameters.

This will allow us to: