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/bundles/common.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
     
    44434443     * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for
    44444444     * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid
    4445      * potential memory leaks.
     4445     * potential memory leaks. When the reference of the expression changes, the `async` pipe
     4446     * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.
    44464447     *
    44474448     * @usageNotes
     
    55225523     * @publicApi
    55235524     */
    5524     var VERSION = new i0.Version('12.2.9');
     5525    var VERSION = new i0.Version('12.2.13');
    55255526
    55265527    /**
Note: See TracChangeset for help on using the changeset viewer.