I was reading related questions and I found this one, but my question is how can I switch from development to production mode. There are some differences between the modes w
In environment.ts file set production to true
export const environment = { production: true };