Is it possible to remove the warning logs in angular compiler when excluding component themes #16889
-
|
Excluding components from igniteui themes does trigger a warning on the angular compiler. Though not an issue per say this remains quite annoying. Is there any way to supress those warnings?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, |
Beta Was this translation helpful? Give feedback.

Hello,
After an investigation, I have determined that the warning is coming from Ignite UI’s SCSS, where the library emits messages using the Sass @warn directive when components are excluded from the theme. Because these warnings originate from the library code itself, there is no supported angular.json configuration that can selectively suppress them.