Answers for "angular 13 disable cache"

3

angular clear cache

npm cache clear --force
Posted by: Guest on April-08-2021
3

angular compile cache clear

ng build --prod --output-hashing=all
Posted by: Guest on September-21-2020
0

disable angular cache option

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "cli": {
    "cache": {
      "enabled": false
    }
  },
  "projects": {}
}
Posted by: Guest on March-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language