@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.
- package/common_module.d.d.ts +3 -7
- package/fesm2022/common.mjs +2 -2
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/common_module.mjs +2 -11
- package/fesm2022/common_module.mjs.map +1 -1
- package/fesm2022/http/testing.mjs +1 -1
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/location.mjs +1 -1
- package/fesm2022/module.mjs +4 -36
- package/fesm2022/module.mjs.map +1 -1
- package/fesm2022/platform_navigation.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/upgrade.mjs +1 -1
- package/fesm2022/xhr.mjs +1 -1
- package/http/index.d.ts +1 -1
- package/http/testing/index.d.ts +1 -1
- package/index.d.ts +1 -1
- package/module.d.d.ts +1 -1
- package/package.json +2 -2
- package/platform_location.d.d.ts +1 -1
- package/testing/index.d.ts +1 -1
- package/upgrade/index.d.ts +1 -1
- package/xhr.d.d.ts +1 -1
package/common_module.d.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-next.
|
|
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,
|
|
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; };
|
|
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
|
/**
|
package/fesm2022/common.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-next.
|
|
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.
|
|
54
|
+
const VERSION = new Version('21.0.0-next.1');
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
57
|
* Defines a scroll position manager. Implemented by `BrowserViewportScroller`.
|