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?
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
Thank you for the reply, but that doesn't seem to work. The only way to fix the issue was to copy and paste the .css file from './node_modules/igniteui-angular/styles/igniteui-angular.css' to my global styles.css file. I am not sure why this is necessary, but it seems my project is having difficulty loading that specific file. I suppose we can mark this as answered unless you have any suggestions as copying the contents of the .css file is not desired.