Skip to content

Instantly share code, notes, and snippets.

@leonsenft
Created June 9, 2018 00:43
Show Gist options
  • Save leonsenft/fb0680081f61b3e66d0a502523560683 to your computer and use it in GitHub Desktop.
Save leonsenft/fb0680081f61b3e66d0a502523560683 to your computer and use it in GitHub Desktop.
16342c16342
< if (firstCheck) {
---
> if (firstCheck && !$.AppViewUtils_throwOnChanges) {
16362,16371c16362,16373
< if (firstCheck)
< this._RouterLinkActive_5_6.ngAfterViewInit$0();
< if (firstCheck)
< this._RouterLinkActive_8_6.ngAfterViewInit$0();
< if (firstCheck)
< this._RouterLinkActive_11_6.ngAfterViewInit$0();
< if (firstCheck)
< this._RouterLinkActive_14_6.ngAfterViewInit$0();
< if (firstCheck)
< this._RouterLinkActive_17_6.ngAfterViewInit$0();
---
> if (!$.AppViewUtils_throwOnChanges) {
> if (firstCheck)
> this._RouterLinkActive_5_6.ngAfterViewInit$0();
> if (firstCheck)
> this._RouterLinkActive_8_6.ngAfterViewInit$0();
> if (firstCheck)
> this._RouterLinkActive_11_6.ngAfterViewInit$0();
> if (firstCheck)
> this._RouterLinkActive_14_6.ngAfterViewInit$0();
> if (firstCheck)
> this._RouterLinkActive_17_6.ngAfterViewInit$0();
> }
16567c16569
< var _ctx, currVal_0, doc, t1, t2, currVal_1;
---
> var _ctx, currVal_0, t1, doc, t2, currVal_1;
16570c16572,16573
< if (this._feed_component_template$_expr_0 !== currVal_0) {
---
> t1 = this._feed_component_template$_expr_0;
> if (t1 !== currVal_0) {
16586c16589,16590
< if (this._expr_1 !== currVal_1) {
---
> t1 = this._expr_1;
> if (t1 !== currVal_1) {
16641c16645,16646
< this._NgFor_0_9.ngDoCheck$0();
---
> if (!$.AppViewUtils_throwOnChanges)
> this._NgFor_0_9.ngDoCheck$0();
16693c16698,16699
< if (this._feed_component_template$_expr_0 !== currVal_0) {
---
> t1 = this._feed_component_template$_expr_0;
> if (t1 !== currVal_0) {
16931c16937
< var _ctx, currVal_3;
---
> var _ctx, currVal_3, t1;
16942c16948,16949
< if (this._expr_3 !== currVal_3) {
---
> t1 = this._expr_3;
> if (t1 !== currVal_3) {
17007c17014,17015
< if (this._item_component_template$_expr_1 !== currVal_1) {
---
> t1 = this._item_component_template$_expr_1;
> if (t1 !== currVal_1) {
17043c17051,17052
< if (this._item_component_template$_expr_1 !== currVal_1) {
---
> t1 = this._item_component_template$_expr_1;
> if (t1 !== currVal_1) {
17066c17075
< var _ctx, currVal_0, currVal_1;
---
> var _ctx, currVal_0, t1, currVal_1;
17071c17080,17081
< if (this._item_component_template$_expr_0 !== currVal_0) {
---
> t1 = this._item_component_template$_expr_0;
> if (t1 !== currVal_0) {
17076c17086,17087
< if (this._item_component_template$_expr_1 !== currVal_1) {
---
> t1 = this._item_component_template$_expr_1;
> if (t1 !== currVal_1) {
17122c17133,17134
< if (this._item_component_template$_expr_1 !== currVal_1) {
---
> t1 = this._item_component_template$_expr_1;
> if (t1 !== currVal_1) {
17731c17743
< init.deferredPartHashes = ["2y/M6KXtOuTyXusSXlpEDbOkNy4="];
---
> init.deferredPartHashes = ["j/LqMrEVRU7zrcYxkuOVDqr0Ig0="];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment