"Fossies" - the Fresh Open Source Software Archive

Member "angular-cli-15.2.4/packages/angular_devkit/core/src/workspace/json/test/cases/AddProjectWithTargets.json" (16 Mar 2023, 554 Bytes) of package /linux/www/angular-cli-15.2.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 {
    2   "version": 1,
    3   // Comment
    4   "schematics": {
    5     "@angular/schematics:component": {
    6       "prefix": "abc"
    7     }
    8   },
    9   "x-baz": 1,
   10   "x-foo": {
   11     "is": ["good", "great", "awesome"]
   12   },
   13   "x-bar": 5,
   14   "projects": {
   15     "new": {
   16       "root": "src",
   17       "architect": {
   18         "build": {
   19           "builder": "build-builder",
   20           "options": {
   21             "one": 1,
   22             "two": false
   23           },
   24           "configurations": {
   25             "staging": {
   26               "two": true
   27             }
   28           }
   29         }
   30       }
   31     }
   32   },
   33 }