Skip to content

Commit

Permalink
e29bd14 docs: release notes for the v19.0.0 release (#58735)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 19, 2024
1 parent 3a1d00b commit ee800a8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tue Nov 19 02:31:57 UTC 2024
0274e6c16d05849f45d3bb673076a108df3dd1c0
Tue Nov 19 14:34:34 UTC 2024
e29bd14a9db477e6e4177a2807b2c75379036f5d
18 changes: 9 additions & 9 deletions fesm2022/static.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -952,7 +952,7 @@ function downgradeInjectable(token, downgradedModule = '') {
/**
* @publicApi
*/
const VERSION = new Version('19.1.0-next.0+sha-0274e6c');
const VERSION = new Version('19.1.0-next.0+sha-e29bd14');

/**
* The Trusted Types policy, or null if Trusted Types are not
Expand Down Expand Up @@ -1716,10 +1716,10 @@ class UpgradeComponent {
bindingDestination.$onChanges(changes);
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-0274e6c", type: UpgradeComponent, isStandalone: true, usesOnChanges: true, ngImport: i0 });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e29bd14", type: UpgradeComponent, isStandalone: true, usesOnChanges: true, ngImport: i0 });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeComponent, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeComponent, decorators: [{
type: Directive
}], ctorParameters: () => [{ type: undefined }, { type: i0.ElementRef }, { type: i0.Injector }] });

Expand Down Expand Up @@ -2003,11 +2003,11 @@ class UpgradeModule {
}
return returnValue;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeModule, deps: [{ token: i0.Injector }, { token: i0.NgZone }, { token: i0.PlatformRef }], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeModule, providers: [angular1Providers] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeModule, deps: [{ token: i0.Injector }, { token: i0.NgZone }, { token: i0.PlatformRef }], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeModule, providers: [angular1Providers] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeModule, decorators: [{
type: NgModule,
args: [{ providers: [angular1Providers] }]
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.NgZone }, { type: i0.PlatformRef }] });
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/static.mjs.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions fesm2022/static/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand All @@ -18,11 +18,11 @@ class AngularTestingModule {
constructor(i) {
injector = i;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: AngularTestingModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: AngularTestingModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: AngularTestingModule, providers: [{ provide: ɵconstants.$INJECTOR, useFactory: $injectorFactory }] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: AngularTestingModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: AngularTestingModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: AngularTestingModule, providers: [{ provide: ɵconstants.$INJECTOR, useFactory: $injectorFactory }] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: AngularTestingModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: AngularTestingModule, decorators: [{
type: NgModule,
args: [{ providers: [{ provide: ɵconstants.$INJECTOR, useFactory: $injectorFactory }] }]
}], ctorParameters: () => [{ type: i0.Injector }] });
Expand Down
10 changes: 5 additions & 5 deletions fesm2022/upgrade.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand All @@ -17,7 +17,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
/**
* @publicApi
*/
const VERSION = new Version('19.1.0-next.0+sha-0274e6c');
const VERSION = new Version('19.1.0-next.0+sha-e29bd14');

function noNg() {
throw new Error('AngularJS v1.x is not loaded!');
Expand Down Expand Up @@ -1398,10 +1398,10 @@ class UpgradeNg1ComponentAdapter {
setComponentProperty(name, value) {
this.destinationObj[this.propertyMap[name]] = value;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeNg1ComponentAdapter, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-0274e6c", type: UpgradeNg1ComponentAdapter, isStandalone: true, usesOnChanges: true, ngImport: i0 });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeNg1ComponentAdapter, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e29bd14", type: UpgradeNg1ComponentAdapter, isStandalone: true, usesOnChanges: true, ngImport: i0 });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0274e6c", ngImport: i0, type: UpgradeNg1ComponentAdapter, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e29bd14", ngImport: i0, type: UpgradeNg1ComponentAdapter, decorators: [{
type: Directive
}], ctorParameters: () => [{ type: UpgradeHelper }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }] });

Expand Down
2 changes: 1 addition & 1 deletion fesm2022/upgrade.mjs.map

Large diffs are not rendered by default.

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-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (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/upgrade",
"version": "19.1.0-next.0+sha-0274e6c",
"version": "19.1.0-next.0+sha-e29bd14",
"description": "Angular - the library for easing update from v1 to v2",
"author": "angular",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.0+sha-0274e6c",
"@angular/compiler": "19.1.0-next.0+sha-0274e6c",
"@angular/platform-browser": "19.1.0-next.0+sha-0274e6c",
"@angular/platform-browser-dynamic": "19.1.0-next.0+sha-0274e6c"
"@angular/core": "19.1.0-next.0+sha-e29bd14",
"@angular/compiler": "19.1.0-next.0+sha-e29bd14",
"@angular/platform-browser": "19.1.0-next.0+sha-e29bd14",
"@angular/platform-browser-dynamic": "19.1.0-next.0+sha-e29bd14"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion static/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-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion static/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-0274e6c
* @license Angular v19.1.0-next.0+sha-e29bd14
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit ee800a8

Please sign in to comment.