angular-component / router

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

feat(params): deep compare of params. related to #39. related to #49 #52

Closed meeroslav closed 4 years ago

meeroslav commented 4 years ago

I extracted the deep comparison part from https://github.com/brandonroberts/angular-routing/pull/47 to enable faster issue resolution.

This PR allows me to work further on route guards.