I am attempting to access the origin and position properties of the MdTabBody objects that have been created by using the following code snippet:
@ViewChildren(MdTabBody) tabbodies: QueryList<MdTabBody>;
My goal is to have control over the sliding animation of the tab each time the tabs are reloaded.
Here is the link to the Plunker showcasing the issue: http://plnkr.co/edit/NDZSoH0VYnrZLoM5kjWl