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
you can use in your app.ts || main.ts file
import {enableProdMode} from '@angular/core'; enableProdMode(); bootstrap(....);