I have below test route with parameter T1:
{
path: 'Test/:T1',
component: TestComponent
},
When I route to 'Test/2' from 'Test/1' my TestComponent
does not reinitialize. Is it an issue with angular router?
I am using "@angular/router": "3.0.0-beta.1"