- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.8k
Description
Bug, feature request, or proposal:
Paginator doesn't update visually when changing by code (e.g. setting length).
What is the expected behavior?
Visually the paginator should update when we change one of the properties by code.
What is the current behavior?
When changing the length property for example, internally the paginator does change it's values. However, visually the component is not updated (old length remains on screen)
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://goo.gl/DlHd6U
http://plnkr.co/M4tqI5WjV01fvzzNGkit
What is the use-case or motivation for changing an existing behavior?
I'm using the paginator with a data table, which has it's data loaded asychronously. Only when the response is in, I'll know how many records are available, so I want to update the 'length' property of the paginator at that point through code.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Most recent in plnkr.