I want to have tabs aligned at the bottom of the md-tab-group, like shown below:
It is possible in Material 1 using md-tabs-align="bottom". Is there anything available in Material 2 for this purpose?
Here is my code:
<md-tab-group>
<md-tab label="Tab One">
Tab One Contents
</md-tab>
<md-tab label="Tab Two">
Tab Two Contents
</md-tab>
</md-tab-group>
For whomever may stumble across this question.
The Tabs section of the component demo site references the following in the API Reference section
After looking through the source I found the following:
Thus, the following worked for me