@use 'igniteui-angular/theming' as *; #11184
Unanswered
mikerentmeister
asked this question in
Q&A
Replies: 2 comments
-
@mikerentmeister I guess you've followed the Ignite UI Licensing topic. Did you try the suggestion there:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I tried that too. What ended up working for me in the end was doing this instead:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using version 13.0.11 of this IgniteUi. After updating from the trial version of this package (igniteui-angular) to the licensed (@ingfragistics/igniteui-angular), I am now unable to build my application. I get an error from the Sass Loader saying:
In my angular.json file I have the stylePreprocessorOptions set to this:
In my tsconfig paths I have:
"igniteui-angular": ["./node_modules/@infragistics/igniteui-angular"]
Does anyone know why I might be getting this error off-hand?
Beta Was this translation helpful? Give feedback.
All reactions