IgniteUI / igniteui-angular-samples

Ignite UI for Angular demos for all available components and features
https://bit.ly/2L19rhp
36 stars 25 forks source link

Grid Clipboard Interactions Sample does not import IgxButtonModule #3351

Closed ddaribo closed 1 year ago

ddaribo commented 1 year ago

Description

The sample involves an IgxButton placed in the grid's toolbar. However, when opened in StackBlitz, the button is displayed as a plain html one, because the IgxButtonModule is not imported.

Steps to reproduce

  1. Open this demo in StackBlitz

Result

image

Expected result

image