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/common/fesm2015/common.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
     
    40564056 * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for
    40574057 * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid
    4058  * potential memory leaks.
     4058 * potential memory leaks. When the reference of the expression changes, the `async` pipe
     4059 * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.
    40594060 *
    40604061 * @usageNotes
     
    51005101 * @publicApi
    51015102 */
    5102 const VERSION = new Version('12.2.9');
     5103const VERSION = new Version('12.2.13');
    51035104
    51045105/**
Note: See TracChangeset for help on using the changeset viewer.