function configureForDeployment


void configureForDeployment()

Configures initPolymer making it optimized for deployment to the internet. Additionally, after this method is called initPolymer omits the Zone that automatically invokes Observable.dirtyCheck.

Source

void configureForDeployment() {
  _deployMode = true;
}