Hi Adriano
Thanks for your interest in Syncfusion.
We have shared the steps to create the sample for Essential JS 2 components in Angular using scss file for styling. Please follow the below steps to resolve the SCSS file compilation issues.
Step 1: Add the stylePreprocessorOptions with includePaths in the .angular-cli.json to map the SCSS file path. These path can used globally in the angular app, please find the below code snippet for further details.
"stylePreprocessorOptions": {
"includePaths": [
]
},
Step 2: Now, you could use the Essential JS 2 scss styles in the assets location
Note: not required full path of sass file. You already declare the entry point of the sass file in “stylePreprocessOPtions”
@import "ej2-ng-dropdowns/styles/fabric.scss";
Please, check out the following link, to know more details about angular project with sass
For your convenience, we have created a simple sample and the same can be download from the below link.
Please get back to us if you require any further assistance on this.
Regards,
Jesus Arockia Sankaran S