Skip to content

Commit

Permalink
Merge pull request #178 from rafaelcalpena/change-template
Browse files Browse the repository at this point in the history
fix: turn off analytics by default
  • Loading branch information
artemnih committed Aug 21, 2020
2 parents cb602bf + 9b647e5 commit 3e7dd11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/ui-package/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,8 @@
}
}
},
"defaultProject": "<%= appNameSlug %>-app"
"defaultProject": "<%= appNameSlug %>-app",
"cli": {
"analytics": false
}
}

0 comments on commit 3e7dd11

Please sign in to comment.