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

IgxGrid Column Types Example does not compile in StackBlitz #3338

Closed ddaribo closed 1 year ago

ddaribo commented 1 year ago

Description

When opened in StackBlitz the demo does not compile and errors with "error NG8002: Can't bind to 'displayDensity' since it isn't a known property of 'igx-select'.", "error NG8001: 'igx-input-group' is not a known element:", etc. due to missing module imports of IgxInputGroupModule and IgxSelectModule.

Steps to reproduce

  1. Open this demo in StackBlitz.

Result

Errors.

Expected result

To compile successfully.

IvanKitanov17 commented 1 year ago

This has already been fixed in this PR, with the following commit.