Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular disabled spec.ts

      "schematics": {
        "@schematics/angular:component": {
          "style": "scss",
          "skipTests": true //<-- Set this to True
        },
        "@schematics/angular:application": {
          "strict": true
        }
      },
 
PREVIOUS NEXT
Tagged: #angular #disabled
ADD COMMENT
Topic
Name
1+5 =