0

I have checked out the following prescriptions for this problem and they did not resolve my issue. I upgraded from angular 11 to 13 following the procedure on the Angular official website which went well. Then Itried to generate a component and the issues started.

Tee-Jay
  • 736
  • 2
  • 9
  • 28

1 Answers1

0

Run this at the command prompt: "ng config -g schematics.@schematics/angular:component.styleext undefined"

Tee-Jay
  • 736
  • 2
  • 9
  • 28