Skip to main content

All Questions

3 votes
1 answer
10k views

ERROR Error: Angular JIT compilation failed: '@angular/compiler' not loaded

The Error I got suddenly while running my app in a development environment using VSCode, main.js:7740 ERROR Error: Angular JIT compilation failed: '@angular/compiler' not loaded! - JIT ...
Ponsakthi Anand's user avatar
3 votes
0 answers
1k views

How to use file replacements in Angular 10

I am working on a project, and as far as I can tell; when running "ng run build --prod" the file replacements are not working. This is important as I want to remove the NgRx devtools when ...
codeThinker123's user avatar
0 votes
2 answers
2k views

Configuring angular production files after build

I have an angular 9 project which is part of an application suite installer [Wix installer]. One of the settings used by the angular app is the address of API which it fetches its data from some ...
MHOOS's user avatar
  • 5,306