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

Refactor the way preventScrollDirective is implemented #3362

Closed hanastasov closed 1 year ago

hanastasov commented 1 year ago

The IgxPreventScrollDirective is importing the IgxGridBase directive:

import { IgxGridBaseDirective } from "igniteui-angular";

IgxGridBaseDirective was available by accident, but is no longer publicly exported. Please change the implementation to use GridType instead.

GrblackStar commented 1 year ago

Issue has already been resolved. Commit link: https://github.com/IgniteUI/igniteui-angular-samples/commit/9f3f6e1de0db32f595c256d9ad8c7d4b230684dc