wails-angular-template
wails-angular-template copied to clipboard
Disable angular analytics in angular json
The angular.json
should have disabled analytics by default in the template:
"cli": {
"analytics": false
}