Steps to reproduce and a minimal demo of the problem
http://plnkr.co/edit/hDagJbhXpwI8213PmCva?p=preview
Click on a page number (1..10) and observe that a highlighted page doesn't change
Expected/desired behavior
Click on a page number (1..10) should change active page.
Other information
- used to work in beta.15
- observe that clicking on prev / next changes an active page
- the only difference between page no links and prev / next links is that page no links are generated using ngFor
- problem doesn't show up if we remove
changeDetection: ChangeDetectionStrategy.OnPush,
- switching dev / prod mode doesn't make any difference