angular-component / router

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

Revert "feat(params): deep compare of params. related to #39. related to #49" #55

Closed brandonroberts closed 3 years ago

brandonroberts commented 3 years ago

Reverts brandonroberts/angular-routing#52

Broke the E2E tests after being merged into master

meeroslav commented 3 years ago

I'll have a look at e2e. Thanks

meeroslav commented 3 years ago

getting-started and tour-of-heroes have invalid (default) E2E tests. They both expect Welcome to {{app_name}} text in the heading which doesn't exist. I will push this fix separately.

The example-app got broken by #52. I will fix it there and create a new PR.