Skip to content

Commit

Permalink
466d557 docs: add missing ng update command to v19 update guide (#58762)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed Nov 20, 2024
1 parent df028a1 commit f7b2808
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Nov 20 00:58:36 UTC 2024
1455558d7af74e8e018e10e1ec4908047a61f40b
Wed Nov 20 01:43:02 UTC 2024
466d5579833f505928342ef45a90ca5237fba4a2
10 changes: 5 additions & 5 deletions fesm2022/platform-browser-dynamic.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-1455558
* @license Angular v19.1.0-next.0+sha-466d557
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -113,10 +113,10 @@ class ResourceLoaderImpl extends ResourceLoader {
xhr.send();
return promise;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: ResourceLoaderImpl });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
type: Injectable
}] });

Expand All @@ -141,7 +141,7 @@ const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [
/**
* @publicApi
*/
const VERSION = new Version('19.1.0-next.0+sha-1455558');
const VERSION = new Version('19.1.0-next.0+sha-466d557');

/**
* @publicApi
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/platform-browser-dynamic.mjs.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-1455558
* @license Angular v19.1.0-next.0+sha-466d557
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -42,10 +42,10 @@ class DOMTestComponentRenderer extends TestComponentRenderer {
ɵgetDOM().remove(oldRoots[i]);
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: DOMTestComponentRenderer });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: undefined, decorators: [{
type: Inject,
Expand All @@ -69,11 +69,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformCoreDynamicT
* @publicApi
*/
class BrowserDynamicTestingModule {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-466d557", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
type: NgModule,
args: [{
exports: [BrowserTestingModule],
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-1455558
* @license Angular v19.1.0-next.0+sha-466d557
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/platform-browser-dynamic",
"version": "19.1.0-next.0+sha-1455558",
"version": "19.1.0-next.0+sha-466d557",
"description": "Angular - library for using Angular in a web browser with JIT compilation",
"author": "angular",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.0+sha-1455558",
"@angular/common": "19.1.0-next.0+sha-1455558",
"@angular/compiler": "19.1.0-next.0+sha-1455558",
"@angular/platform-browser": "19.1.0-next.0+sha-1455558"
"@angular/core": "19.1.0-next.0+sha-466d557",
"@angular/common": "19.1.0-next.0+sha-466d557",
"@angular/compiler": "19.1.0-next.0+sha-466d557",
"@angular/platform-browser": "19.1.0-next.0+sha-466d557"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion testing/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-1455558
* @license Angular v19.1.0-next.0+sha-466d557
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit f7b2808

Please sign in to comment.