I had a similar problem using Angular 17.1.0 and Ionic 8; the problem was apparently in the build – the styles were not being compiled correctly. What worked was disabling build optimization by setting "optimization": false
in the Angular.json build options.