Found an issue with pagination where the First / Last links get an additional arrow selector since the anchor tag should only exist for "clickable" links in the pagination.
This means that the "Previous" and "Next" buttons will be encapsulated in anchor tags based on the template.
Found an issue with pagination where the First / Last links get an additional arrow selector since the anchor tag should only exist for "clickable" links in the pagination.
This means that the "Previous" and "Next" buttons will be encapsulated in anchor tags based on the template.
See this Plunkr for reference: Plunkr
The anchor tag shows even if the element is disabled (which is not right).