All Questions
Tagged with angular-compiler angular-cli-v9
3 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 ...
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 ...
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 ...