@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,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
  */
@@ -2275,10 +2275,6 @@ class NgComponentOutlet {
2275
2275
  ngComponentOutletEnvironmentInjector;
2276
2276
  ngComponentOutletContent;
2277
2277
  ngComponentOutletNgModule;
2278
- /**
2279
- * @deprecated This input is deprecated, use `ngComponentOutletNgModule` instead.
2280
- */
2281
- ngComponentOutletNgModuleFactory;
2282
2278
  _componentRef;
2283
2279
  _moduleRef;
2284
2280
  /**
@@ -2327,9 +2323,6 @@ class NgComponentOutlet {
2327
2323
  if (this.ngComponentOutletNgModule) {
2328
2324
  this._moduleRef = createNgModule(this.ngComponentOutletNgModule, getParentInjector(injector));
2329
2325
  }
2330
- else if (this.ngComponentOutletNgModuleFactory) {
2331
- this._moduleRef = this.ngComponentOutletNgModuleFactory.create(getParentInjector(injector));
2332
- }
2333
2326
  else {
2334
2327
  this._moduleRef = undefined;
2335
2328
  }
@@ -2373,7 +2366,7 @@ class NgComponentOutlet {
2373
2366
  }
2374
2367
  }
2375
2368
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: NgComponentOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2376
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.0-next.2", type: NgComponentOutlet, isStandalone: true, selector: "[ngComponentOutlet]", inputs: { ngComponentOutlet: "ngComponentOutlet", ngComponentOutletInputs: "ngComponentOutletInputs", ngComponentOutletInjector: "ngComponentOutletInjector", ngComponentOutletEnvironmentInjector: "ngComponentOutletEnvironmentInjector", ngComponentOutletContent: "ngComponentOutletContent", ngComponentOutletNgModule: "ngComponentOutletNgModule", ngComponentOutletNgModuleFactory: "ngComponentOutletNgModuleFactory" }, exportAs: ["ngComponentOutlet"], usesOnChanges: true, ngImport: i0 });
2369
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.0-next.2", type: NgComponentOutlet, isStandalone: true, selector: "[ngComponentOutlet]", inputs: { ngComponentOutlet: "ngComponentOutlet", ngComponentOutletInputs: "ngComponentOutletInputs", ngComponentOutletInjector: "ngComponentOutletInjector", ngComponentOutletEnvironmentInjector: "ngComponentOutletEnvironmentInjector", ngComponentOutletContent: "ngComponentOutletContent", ngComponentOutletNgModule: "ngComponentOutletNgModule" }, exportAs: ["ngComponentOutlet"], usesOnChanges: true, ngImport: i0 });
2377
2370
  }
2378
2371
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: NgComponentOutlet, decorators: [{
2379
2372
  type: Directive,
@@ -2393,8 +2386,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2",
2393
2386
  type: Input
2394
2387
  }], ngComponentOutletNgModule: [{
2395
2388
  type: Input
2396
- }], ngComponentOutletNgModuleFactory: [{
2397
- type: Input
2398
2389
  }] } });
2399
2390
  // Helper function that returns an Injector instance of a parent NgModule.
2400
2391
  function getParentInjector(injector) {