Nataniel Mendes

Results 1 comments of Nataniel Mendes

@madmacc I solved this issue by adding `"postinstall": "npx --package @angular/compiler-cli@^15.2.10 --yes ngcc"` to my package.json scripts object. After you run `npm install` again, it should work properly.