@angular/core 14.0.5 → 14.0.6

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.5
2
+ * @license Angular v14.0.6
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -365,7 +365,7 @@ function fakeAsync(fn) {
365
365
  *
366
366
  * @publicApi
367
367
  */
368
- function tick$1(millis = 0, tickOptions = {
368
+ function tick(millis = 0, tickOptions = {
369
369
  processNewMacroTasksSynchronously: true
370
370
  }) {
371
371
  if (fakeAsyncTestModule) {
@@ -14613,23 +14613,6 @@ function markDirty(component) {
14613
14613
  ngDevMode && assertDefined(rootView[CONTEXT], 'rootContext should be defined');
14614
14614
  scheduleTick(rootView[CONTEXT], 1 /* RootContextFlags.DetectChanges */);
14615
14615
  }
14616
- /**
14617
- * Used to perform change detection on the whole application.
14618
- *
14619
- * This is equivalent to `detectChanges`, but invoked on root component. Additionally, `tick`
14620
- * executes lifecycle hooks and conditionally checks components based on their
14621
- * `ChangeDetectionStrategy` and dirtiness.
14622
- *
14623
- * The preferred way to trigger change detection is to call `markDirty`. `markDirty` internally
14624
- * schedules `tick` using a scheduler in order to coalesce multiple `markDirty` calls into a
14625
- * single change detection run. By default, the scheduler is `requestAnimationFrame`, but can
14626
- * be changed when calling `renderComponent` and providing the `scheduler` option.
14627
- */
14628
- function tick(component) {
14629
- const rootView = getRootView(component);
14630
- const rootContext = rootView[CONTEXT];
14631
- tickRootContext(rootContext);
14632
- }
14633
14616
 
14634
14617
  /**
14635
14618
  * @license
@@ -21375,7 +21358,7 @@ class Version {
21375
21358
  /**
21376
21359
  * @publicApi
21377
21360
  */
21378
- const VERSION = new Version('14.0.5');
21361
+ const VERSION = new Version('14.0.6');
21379
21362
 
21380
21363
  /**
21381
21364
  * @license
@@ -26607,5 +26590,5 @@ const __core_private_testing_placeholder__ = '';
26607
26590
  * Generated bundle index. Do not edit.
26608
26591
  */
26609
26592
 
26610
- export { ComponentFixture, ComponentFixtureAutoDetect, ComponentFixtureNoNgZone, InjectSetupWrapper, TestBed, TestComponentRenderer, __core_private_testing_placeholder__, async, discardPeriodicTasks, fakeAsync, flush, flushMicrotasks, getTestBed, inject, resetFakeAsyncZone, tick$1 as tick, waitForAsync, withModule, MetadataOverrider as ɵMetadataOverrider };
26593
+ export { ComponentFixture, ComponentFixtureAutoDetect, ComponentFixtureNoNgZone, InjectSetupWrapper, TestBed, TestComponentRenderer, __core_private_testing_placeholder__, async, discardPeriodicTasks, fakeAsync, flush, flushMicrotasks, getTestBed, inject, resetFakeAsyncZone, tick, waitForAsync, withModule, MetadataOverrider as ɵMetadataOverrider };
26611
26594
  //# sourceMappingURL=testing.mjs.map