Skip to content

Commit

Permalink
8311f00 feat(core): introduce the reactive linkedSignal (#58189)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Oct 18, 2024
1 parent 5fe7936 commit 38f6070
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Thu Oct 17 23:03:49 UTC 2024
e603e5616d2c3830a641d4cf76c891af0059798c
Fri Oct 18 08:17:42 UTC 2024
8311f00faaf282d1a5b1ddca29247a2fba94a692
4 changes: 2 additions & 2 deletions fesm2022/elements.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.10+sha-e603e56
* @license Angular v19.0.0-next.10+sha-8311f00
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -411,7 +411,7 @@ function createCustomElement(component, config) {
/**
* @publicApi
*/
const VERSION = new Version('19.0.0-next.10+sha-e603e56');
const VERSION = new Version('19.0.0-next.10+sha-8311f00');

/**
* @module
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/elements.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.0.0-next.10+sha-e603e56
* @license Angular v19.0.0-next.10+sha-8311f00
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/elements",
"version": "19.0.0-next.10+sha-e603e56",
"version": "19.0.0-next.10+sha-8311f00",
"description": "Angular - library for using Angular Components as Custom Elements",
"author": "angular",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.0.0-next.10+sha-e603e56",
"@angular/core": "19.0.0-next.10+sha-8311f00",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
Expand Down

0 comments on commit 38f6070

Please sign in to comment.