Skip to content

Instantly share code, notes, and snippets.

@nweldev
Last active January 15, 2019 22:18
Show Gist options
  • Save nweldev/7fef763b8ba074226bf6bd875aa503e5 to your computer and use it in GitHub Desktop.
Save nweldev/7fef763b8ba074226bf6bd875aa503e5 to your computer and use it in GitHub Desktop.
Minimalist Angular.json root properties example
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angular-cli-deep-dive": {...
},
"angular-cli-deep-dive-e2e": {...
}
},
"defaultProject": "angular-cli-deep-dive"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment