Skip to content

Commit 7efd988

Browse files
committed
51b8ff2 feat(compiler): support tagged template literals in expressions (#59947)
1 parent 04fe789 commit 7efd988

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Feb 28 18:53:58 UTC 2025
2-
78b27a83fb17f55c7311f763ae85f79b91948361
1+
Fri Feb 28 20:01:23 UTC 2025
2+
51b8ff23cefb5112937dec9727a5b5d6e913aae6

fesm2022/elements.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.0+sha-78b27a8
2+
* @license Angular v20.0.0-next.0+sha-51b8ff2
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -426,7 +426,7 @@ function createCustomElement(component, config) {
426426
/**
427427
* @publicApi
428428
*/
429-
const VERSION = new Version('20.0.0-next.0+sha-78b27a8');
429+
const VERSION = new Version('20.0.0-next.0+sha-51b8ff2');
430430

431431
/**
432432
* @module

fesm2022/elements.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.

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.0+sha-78b27a8
2+
* @license Angular v20.0.0-next.0+sha-51b8ff2
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/elements",
3-
"version": "20.0.0-next.0+sha-78b27a8",
3+
"version": "20.0.0-next.0+sha-51b8ff2",
44
"description": "Angular - library for using Angular Components as Custom Elements",
55
"author": "angular",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "20.0.0-next.0+sha-78b27a8",
14+
"@angular/core": "20.0.0-next.0+sha-51b8ff2",
1515
"rxjs": "^6.5.3 || ^7.4.0"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)