Skip to content

Instantly share code, notes, and snippets.

@leonsenft
Created June 9, 2018 01:52
Show Gist options
  • Save leonsenft/6e23364c5b1e295ffb5eba53358d1e17 to your computer and use it in GitHub Desktop.
Save leonsenft/6e23364c5b1e295ffb5eba53358d1e17 to your computer and use it in GitHub Desktop.
13724c13724
< var detectors, $length, i, t1;
---
> var detectors, $length, i;
13729,13738d13728
< if ($.$get$ChangeDetectionHost__enforceNoNewChanges())
< for (i = 0; i < $length; ++i) {
< t1 = detectors[i];
< $.AppViewUtils__throwOnChangesCounter = $.AppViewUtils__throwOnChangesCounter + 1;
< $.AppViewUtils_throwOnChanges = true;
< t1.appView.detectChanges$0();
< t1 = $.AppViewUtils__throwOnChangesCounter - 1;
< $.AppViewUtils__throwOnChangesCounter = t1;
< $.AppViewUtils_throwOnChanges = t1 !== 0;
< }
14924,14928d14913
< }], ["angular.src.runtime.optimizations", "package:third_party.dart_src.angular.angular/src/runtime/optimizations.dart",, X, {
< "^": "",
< isDevMode: function() {
< return false;
< }
17702,17703d17686
< $.AppViewUtils_throwOnChanges = false;
< $.AppViewUtils__throwOnChangesCounter = 0;
17833,17836c17816
< }, "ServiceWorkerContainer_navigatorContainer", "ChangeDetectionHost__enforceNoNewChanges", "$get$ChangeDetectionHost__enforceNoNewChanges", function() {
< X.isDevMode();
< return false;
< }, "ChangeDetectionHost__enforceNoNewChanges", "_viewContainerAnchor", "$get$_viewContainerAnchor", function() {
---
> }, "ServiceWorkerContainer_navigatorContainer", "_viewContainerAnchor", "$get$_viewContainerAnchor", function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment