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/__ivy_ngcc__/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
     
    41724172 * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for
    41734173 * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid
    4174  * potential memory leaks.
     4174 * potential memory leaks. When the reference of the expression changes, the `async` pipe
     4175 * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.
    41754176 *
    41764177 * @usageNotes
     
    52775278 * @publicApi
    52785279 */
    5279 const VERSION = new Version('12.2.9');
     5280const VERSION = new Version('12.2.13');
    52805281
    52815282/**
Note: See TracChangeset for help on using the changeset viewer.