src-zone / material

A lightweight Material Design library for Angular based on Google's Material Components for the Web.
https://material.src.zone
Apache License 2.0
148 stars 22 forks source link

Regression: when routes change through 'normal' links, they don't activate the corresponding mdcTabRouter element anymore #684

Closed jorgevargas1989 closed 4 years ago

jorgevargas1989 commented 4 years ago

This seems to beintroduced with the upgrade to Angular9. To reproduce:

  1. Go to https://blox.src.zone/material
  2. Click the GUIDES tab
  3. Click the Components link from the list of guides (NOT from the tabs).
  4. Notice that the COMPONENTS tab isn't activated. It should have been

Another way to reproduce:

  1. Go straight to https://blox.src.zone/material/components/button by clicking this link
  2. After page load the COMPONENTS tab should be active, but it isn't.
jorgevargas1989 commented 4 years ago

See angular/angular#28560