Enabling the production mode won’t disable change detection. This feature is the foundation of Angular2 to synchronize the template with the state of the associated class.
With production mode, only one run is done not two…
Enabling the production mode won’t disable change detection. This feature is the foundation of Angular2 to synchronize the template with the state of the associated class.
With production mode, only one run is done not two…