[ToolBar] showText functionality not working properly with Ivy
Describe the bug When ToolBar showText option is set to "overflow", the button text is still displayed while the button is in the toolbar .
To Reproduce Steps to reproduce the behavior: Run the following project: toolbar-issue.zip Correct behavior in Angular 9 - https://stackblitz.com/edit/angular-wsjdhb?file=app/app.component.ts
Screenshots
Issue:

Expected:

Fix available in v6.0.2 of the Toolbar package.
I am reopening the issue as the fix works for the ToolBarButtonComponent. However, the issue remains with ToolBarDropDownButtonComponent and ToolBarSplitButtonComponent as demonstrated in the following example:
https://stackblitz.com/edit/angular-6tppsd?file=src%2Fapp%2Fapp.component.ts
Fix available in v6.1.1 of the Toolbar package.