You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call `enableProdMode()` to enable production mode.
267
+
Those extra checks are helpful during the development, but they require an extra code in a bundle, which is
268
+
undesirable in production. To ensure that there are no implications on the bundle size, the build optimizer
269
+
removes the development-only code from the bundle when building in production mode.
269
270
270
-
</code-example>
271
-
272
-
*Production mode* improves application performance by disabling development-only safety checks and debugging utilities, such as the expression-changed-after-checked detection.
273
271
Building your application with the production configuration automatically enables Angular's runtime production mode.
0 commit comments