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/common.d.ts.__ivy_ngcc_bak

    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
     
    6363 * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for
    6464 * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid
    65  * potential memory leaks.
     65 * potential memory leaks. When the reference of the expression changes, the `async` pipe
     66 * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.
    6667 *
    6768 * @usageNotes
Note: See TracChangeset for help on using the changeset viewer.