Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable angular cache option

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "cli": {
    "cache": {
      "enabled": false
    }
  },
  "projects": {}
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disable #angular #cache #option
ADD COMMENT
Topic
Name
6+6 =