Angular Universal: SCSS imports in Components
When using angular universal, if you set up your SCSS as you would normally do, you would add in angular.json in projects/architect/build/options the following property:
"stylePreprocessorOptions": {
"includePaths": ["src/styles"]
}...
featuringcode.com1 min read