@angular/core 7.2.10 → 7.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm5/testing.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.10
2
+ * @license Angular v7.2.11
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "7.2.10",
3
+ "version": "7.2.11",
4
4
  "description": "Angular - the core framework",
5
5
  "main": "./bundles/core.umd.js",
6
6
  "module": "./fesm5/core.js",
@@ -16,6 +16,7 @@ export declare enum ChangeDetectionStrategy {
16
16
  * Use the `CheckOnce` strategy, meaning that automatic change detection is deactivated
17
17
  * until reactivated by setting the strategy to `Default` (`CheckAlways`).
18
18
  * Change detection can still be explicitly invoked.
19
+ * This strategy applies to all child directives and cannot be overridden.
19
20
  */
20
21
  OnPush = 0,
21
22
  /**
package/testing.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.10
2
+ * @license Angular v7.2.11
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */