@angular/common 21.0.0-next.0 → 21.0.0-next.1

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,11 +1,11 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.0
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
7
  import * as i0 from '@angular/core';
8
- import { InjectionToken, OnDestroy, DoCheck, ElementRef, Renderer2, OnChanges, Type, Injector, EnvironmentInjector, NgModuleFactory, ViewContainerRef, SimpleChanges, NgIterable, TrackByFunction, TemplateRef, IterableDiffers, KeyValueDiffers, PipeTransform, ChangeDetectorRef } from '@angular/core';
8
+ import { InjectionToken, OnDestroy, DoCheck, ElementRef, Renderer2, OnChanges, Type, Injector, EnvironmentInjector, ViewContainerRef, SimpleChanges, NgIterable, TrackByFunction, TemplateRef, IterableDiffers, KeyValueDiffers, PipeTransform, ChangeDetectorRef } from '@angular/core';
9
9
  import { SubscriptionLike, Observable, Subscribable } from 'rxjs';
10
10
  import { LocationChangeListener, PlatformLocation } from './platform_location.d.js';
11
11
 
@@ -448,10 +448,6 @@ declare class NgComponentOutlet<T = any> implements OnChanges, DoCheck, OnDestro
448
448
  ngComponentOutletEnvironmentInjector?: EnvironmentInjector;
449
449
  ngComponentOutletContent?: any[][];
450
450
  ngComponentOutletNgModule?: Type<any>;
451
- /**
452
- * @deprecated This input is deprecated, use `ngComponentOutletNgModule` instead.
453
- */
454
- ngComponentOutletNgModuleFactory?: NgModuleFactory<any>;
455
451
  private _componentRef;
456
452
  private _moduleRef;
457
453
  /**
@@ -476,7 +472,7 @@ declare class NgComponentOutlet<T = any> implements OnChanges, DoCheck, OnDestro
476
472
  ngOnDestroy(): void;
477
473
  private _applyInputStateDiff;
478
474
  static ɵfac: i0.ɵɵFactoryDeclaration<NgComponentOutlet<any>, never>;
479
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgComponentOutlet<any>, "[ngComponentOutlet]", ["ngComponentOutlet"], { "ngComponentOutlet": { "alias": "ngComponentOutlet"; "required": false; }; "ngComponentOutletInputs": { "alias": "ngComponentOutletInputs"; "required": false; }; "ngComponentOutletInjector": { "alias": "ngComponentOutletInjector"; "required": false; }; "ngComponentOutletEnvironmentInjector": { "alias": "ngComponentOutletEnvironmentInjector"; "required": false; }; "ngComponentOutletContent": { "alias": "ngComponentOutletContent"; "required": false; }; "ngComponentOutletNgModule": { "alias": "ngComponentOutletNgModule"; "required": false; }; "ngComponentOutletNgModuleFactory": { "alias": "ngComponentOutletNgModuleFactory"; "required": false; }; }, {}, never, never, true, never>;
475
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgComponentOutlet<any>, "[ngComponentOutlet]", ["ngComponentOutlet"], { "ngComponentOutlet": { "alias": "ngComponentOutlet"; "required": false; }; "ngComponentOutletInputs": { "alias": "ngComponentOutletInputs"; "required": false; }; "ngComponentOutletInjector": { "alias": "ngComponentOutletInjector"; "required": false; }; "ngComponentOutletEnvironmentInjector": { "alias": "ngComponentOutletEnvironmentInjector"; "required": false; }; "ngComponentOutletContent": { "alias": "ngComponentOutletContent"; "required": false; }; "ngComponentOutletNgModule": { "alias": "ngComponentOutletNgModule"; "required": false; }; }, {}, never, never, true, never>;
480
476
  }
481
477
 
482
478
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.0
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -51,7 +51,7 @@ function isPlatformServer(platformId) {
51
51
  /**
52
52
  * @publicApi
53
53
  */
54
- const VERSION = new Version('21.0.0-next.0');
54
+ const VERSION = new Version('21.0.0-next.1');
55
55
 
56
56
  /**
57
57
  * Defines a scroll position manager. Implemented by `BrowserViewportScroller`.