- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/common/common.d.ts
r59329aa re29cc2e 1 1 /** 2 * @license Angular v12.2. 92 * @license Angular v12.2.13 3 3 * (c) 2010-2021 Google LLC. https://angular.io/ 4 4 * License: MIT … … 64 64 * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for 65 65 * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid 66 * potential memory leaks. 66 * potential memory leaks. When the reference of the expression changes, the `async` pipe 67 * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one. 67 68 * 68 69 * @usageNotes
Note:
See TracChangeset
for help on using the changeset viewer.