Skip to content

Commit 6bab990

Browse files
committed
a22b13f fix(language-service): Do not provide element completions in end tag (#60616)
1 parent 087b4ad commit 6bab990

12 files changed

+24
-24
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Apr 3 17:16:50 UTC 2025
2-
866cea9a057ac67fa3f679f1f3da18700926c15a
1+
Thu Apr 3 17:41:38 UTC 2025
2+
a22b13f99041eb6931471aaa81391f9ab0ad7c6d

animation_driver.d-D1fK-WdM.d.ts

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

animation_player.d-D5d9jwCX.d.ts

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

browser/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 v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

browser/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 v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/animations.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -57,10 +57,10 @@ export { d as AUTO_STYLE, A as AnimationMetadataType, N as NoopAnimationPlayer,
5757
* @publicApi
5858
*/
5959
class AnimationBuilder {
60-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
60+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
6262
}
63-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: AnimationBuilder, decorators: [{
63+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: AnimationBuilder, decorators: [{
6464
type: Injectable,
6565
args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]
6666
}] });
@@ -100,10 +100,10 @@ class BrowserAnimationBuilder extends AnimationBuilder {
100100
issueAnimationCommand(this._renderer, null, id, 'register', [entry]);
101101
return new BrowserAnimationFactory(id, this._renderer);
102102
}
103-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
104-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
103+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
104+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
105105
}
106-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
106+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
107107
type: Injectable,
108108
args: [{ providedIn: 'root' }]
109109
}], ctorParameters: () => [{ type: i0.RendererFactory2 }, { type: Document, decorators: [{

fesm2022/browser.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -53,10 +53,10 @@ class NoopAnimationDriver {
5353
animate(element, keyframes, duration, delay, easing, previousPlayers = [], scrubberAccessRequested) {
5454
return new NoopAnimationPlayer(duration, delay);
5555
}
56-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: NoopAnimationDriver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
57-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: NoopAnimationDriver });
56+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: NoopAnimationDriver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
57+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: NoopAnimationDriver });
5858
}
59-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-866cea9", ngImport: i0, type: NoopAnimationDriver, decorators: [{
59+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-a22b13f", ngImport: i0, type: NoopAnimationDriver, decorators: [{
6060
type: Injectable
6161
}] });
6262
/**

fesm2022/browser/testing.mjs

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

fesm2022/private_export-DBN_2NMM.mjs

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

fesm2022/util-DIamNgWY.mjs

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

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 v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/animations",
3-
"version": "20.0.0-next.5+sha-866cea9",
3+
"version": "20.0.0-next.5+sha-a22b13f",
44
"description": "Angular - animations integration with web-animations",
55
"author": "angular",
66
"license": "MIT",
@@ -11,8 +11,8 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "20.0.0-next.5+sha-866cea9",
15-
"@angular/common": "20.0.0-next.5+sha-866cea9"
14+
"@angular/core": "20.0.0-next.5+sha-a22b13f",
15+
"@angular/common": "20.0.0-next.5+sha-a22b13f"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)