Usually the word "demo" is used to describe files created for demo purposes. There is a css file called "demo" in the project and the project itself is described as "demo" in angular.json, so I would like to know if the version available for download is correct.
Version
2.6.0
Reproduction link
https://
Operating System
Linux Ubuntu
Device
Desktop
Browser & Version
Google Chrome Versão 92.0.4515.107 64 bits
Steps to reproduce
What is expected?
Expected to have the correct project configurations in angular.json file and not demo files.
What is actually happening?
"projects": { "demo": {
"options": { "outputPath": "dist/demo",
"src/assets/css/demo.css",
Solution
Additional comments
Usually the word "demo" is used to describe files created for demo purposes. There is a css file called "demo" in the project and the project itself is described as "demo" in angular.json, so I would like to know if the version available for download is correct.