Skip to content

Commit 0e11b1f

Browse files
committed
b7bd429 fix(common): prevent warning about oversize image twice (#58021)
1 parent 8a20af1 commit 0e11b1f

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Oct 2 11:32:07 UTC 2024
2-
a31721a5c736a149a1cdb1b18802c250de830e8f
1+
Wed Oct 2 11:52:26 UTC 2024
2+
b7bd42995130f80ea74ed5b905446f09a98a9480

fesm2022/platform-browser-dynamic.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.0.0-next.7+sha-a31721a
2+
* @license Angular v19.0.0-next.7+sha-b7bd429
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -112,10 +112,10 @@ class ResourceLoaderImpl extends ResourceLoader {
112112
xhr.send();
113113
return promise;
114114
}
115-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
116-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: ResourceLoaderImpl }); }
115+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
116+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: ResourceLoaderImpl }); }
117117
}
118-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
118+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
119119
type: Injectable
120120
}] });
121121

@@ -140,7 +140,7 @@ const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [
140140
/**
141141
* @publicApi
142142
*/
143-
const VERSION = new Version('19.0.0-next.7+sha-a31721a');
143+
const VERSION = new Version('19.0.0-next.7+sha-b7bd429');
144144

145145
/**
146146
* @publicApi

fesm2022/platform-browser-dynamic.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/testing.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.0.0-next.7+sha-a31721a
2+
* @license Angular v19.0.0-next.7+sha-b7bd429
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -41,10 +41,10 @@ class DOMTestComponentRenderer extends TestComponentRenderer {
4141
ɵgetDOM().remove(oldRoots[i]);
4242
}
4343
}
44-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
45-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: DOMTestComponentRenderer }); }
44+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
45+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: DOMTestComponentRenderer }); }
4646
}
47-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
47+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
4848
type: Injectable
4949
}], ctorParameters: () => [{ type: undefined, decorators: [{
5050
type: Inject,
@@ -68,11 +68,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformCoreDynamicT
6868
* @publicApi
6969
*/
7070
class BrowserDynamicTestingModule {
71-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
72-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] }); }
73-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] }); }
71+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
72+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] }); }
73+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] }); }
7474
}
75-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-a31721a", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
75+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.7+sha-b7bd429", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
7676
type: NgModule,
7777
args: [{
7878
exports: [BrowserTestingModule],

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.0.0-next.7+sha-a31721a
2+
* @license Angular v19.0.0-next.7+sha-b7bd429
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/platform-browser-dynamic",
3-
"version": "19.0.0-next.7+sha-a31721a",
3+
"version": "19.0.0-next.7+sha-b7bd429",
44
"description": "Angular - library for using Angular in a web browser with JIT compilation",
55
"author": "angular",
66
"license": "MIT",
@@ -11,10 +11,10 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "19.0.0-next.7+sha-a31721a",
15-
"@angular/common": "19.0.0-next.7+sha-a31721a",
16-
"@angular/compiler": "19.0.0-next.7+sha-a31721a",
17-
"@angular/platform-browser": "19.0.0-next.7+sha-a31721a"
14+
"@angular/core": "19.0.0-next.7+sha-b7bd429",
15+
"@angular/common": "19.0.0-next.7+sha-b7bd429",
16+
"@angular/compiler": "19.0.0-next.7+sha-b7bd429",
17+
"@angular/platform-browser": "19.0.0-next.7+sha-b7bd429"
1818
},
1919
"repository": {
2020
"type": "git",

testing/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.0.0-next.7+sha-a31721a
2+
* @license Angular v19.0.0-next.7+sha-b7bd429
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)