Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/router/fesm2015/router.js

    r59329aa re29cc2e  
    11/**
    2  * @license Angular v12.2.9
     2 * @license Angular v12.2.13
    33 * (c) 2010-2021 Google LLC. https://angular.io/
    44 * License: MIT
     
    42254225                }
    42264226            }), finalize(() => {
     4227                var _a;
    42274228                /* When the navigation stream finishes either through error or success, we
    42284229                 * set the `completed` or `errored` flag. However, there are some situations
     
    42574258                    }
    42584259                }
    4259                 // currentNavigation should always be reset to null here. If navigation was
    4260                 // successful, lastSuccessfulTransition will have already been set. Therefore
    4261                 // we can safely set currentNavigation to null here.
    4262                 this.currentNavigation = null;
     4260                // Only clear current navigation if it is still set to the one that
     4261                // finalized.
     4262                if (((_a = this.currentNavigation) === null || _a === void 0 ? void 0 : _a.id) === t.id) {
     4263                    this.currentNavigation = null;
     4264                }
    42634265            }), catchError((e) => {
    42644266                // TODO(atscott): The NavigationTransition `t` used here does not accurately
     
    60956097 * @publicApi
    60966098 */
    6097 const VERSION = new Version('12.2.9');
     6099const VERSION = new Version('12.2.13');
    60986100
    60996101/**
Note: See TracChangeset for help on using the changeset viewer.