Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
igxGrid Not loading styles
posted

Some of the IGX Components do not seem to be working properly. This is what my grid looks like..

Component.html

I have followed the tutorial supplied by Infragistics, not sure what is going here. I have also added the following to my styles.scss and installed igniteui,ignite-ui-angular,igniteui-angular-core and ingiteui-angular-charts via NPM. I am importing IgxGridModule as well. 

The IGXTabs also seem to be displaying the same behavior

@import '~igniteui-angular/lib/core/styles/themes/index';
@include igx-core();
@include igx-theme($default-palette);

What Am i missing?

Parents
No Data
Reply
  • 1080
    Verified Answer
    Offline posted

    Hello Andy,

    Thank you for posting in our community.

    I have created a sample using igxTabs with igxGrid and igxDataChart. On my side, everything renders as expected and SASS at-rules are correctly applied.

    Please test this small application on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me along with any information you might consider relevant.

    Kind regards,
    Martin

Children