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/bundles/router.umd.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
     
    48234823                    }
    48244824                }), operators.finalize(function () {
     4825                    var _a;
    48254826                    /* When the navigation stream finishes either through error or success, we
    48264827                     * set the `completed` or `errored` flag. However, there are some situations
     
    48554856                        }
    48564857                    }
    4857                     // currentNavigation should always be reset to null here. If navigation was
    4858                     // successful, lastSuccessfulTransition will have already been set. Therefore
    4859                     // we can safely set currentNavigation to null here.
    4860                     _this.currentNavigation = null;
     4858                    // Only clear current navigation if it is still set to the one that
     4859                    // finalized.
     4860                    if (((_a = _this.currentNavigation) === null || _a === void 0 ? void 0 : _a.id) === t.id) {
     4861                        _this.currentNavigation = null;
     4862                    }
    48614863                }), operators.catchError(function (e) {
    48624864                    // TODO(atscott): The NavigationTransition `t` used here does not accurately
     
    67686770     * @publicApi
    67696771     */
    6770     var VERSION = new core.Version('12.2.9');
     6772    var VERSION = new core.Version('12.2.13');
    67716773
    67726774    /**
Note: See TracChangeset for help on using the changeset viewer.