Questions tagged [angular.json]
18 questions
0
votes
0 answers
Reference configuration values in angular.json
In my angular.json I see sourceRoot as a project level property with value "src". However I also have a couple of file located below sourceRoot (of the kind "src/...", like in fileReplacements, index, main).
Now I want to change sourceRoot for some…

Matthias
- 3,458
- 4
- 27
- 46
-2
votes
1 answer
Angular 15: Scripts not loading correctly from angular.json
I have imported some js files into angular.json but I don't know why some work and others not.
angular.json:
"styles": ["src/styles.scss", "src/assets/css/all.min.css"],
"scripts": [
…

liz
- 1
- 2