Skip to content

Instantly share code, notes, and snippets.

@orlando-c-h
Created November 2, 2017 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlando-c-h/04e0fbf596ec02db05f06c602c3a1d72 to your computer and use it in GitHub Desktop.
Save orlando-c-h/04e0fbf596ec02db05f06c602c3a1d72 to your computer and use it in GitHub Desktop.
//zones can be entirely bypassed by bootstrapping the app with 'noop'
platformBrowserDynamic()
.bootstrapModule(AppModule, {ngZone: 'noop'})
.then( ref => {} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment