ng add @nativescript/schematics to detect style=scss
Need to update the ng-add schematic to detect that scss is used by the web project and add necessary scss config for NativeScript
Ach so it does not support it? I thought it is a bug :) after failing all kinds of configurations in angular.json
@sebawita @sis0k0 So need to wait for support scss ? or there are some workaround ? My project is a fork of https://github.com/tomastrajan/angular-ngrx-material-starter and I get this error when trying to npm run android
- First error I guess is related to scss suport
- Second error conflict with cypress tsconfig.json but I dont know how to fix it.
You can repro this with clone https://github.com/tomastrajan/angular-ngrx-material-starter and ng-add

If someone can help me thanx :)
So is it fixed now? I was trying to add nativescript to a web app and I was still getting those errors, is there any way to make it work?