Development Environment
Configuration.set({
checkUniqueId: true, // default is false
checkImmutability: true, // default is false
checkSerializability: true // default is false
})Notes
// in the app.module.ts if (environment.production) { Configuration.enableProdMode(); }
Last updated
Was this helpful?