Skip to content

Commit

Permalink
d0c74f3 fix(compiler-cli): report when NgModule imports or exports it…
Browse files Browse the repository at this point in the history
…self (#58231)
  • Loading branch information
devversion committed Oct 18, 2024
1 parent 38f6070 commit c77c3e3
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 @@
Fri Oct 18 08:17:42 UTC 2024
8311f00faaf282d1a5b1ddca29247a2fba94a692
Fri Oct 18 09:32:46 UTC 2024
d0c74f3891eed2feae913256ab15ac1e7435c379
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-8311f00
* @license Angular v19.0.0-next.10+sha-d0c74f3
* (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-8311f00');
const VERSION = new Version('19.0.0-next.10+sha-d0c74f3');

/**
* @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-8311f00
* @license Angular v19.0.0-next.10+sha-d0c74f3
* (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-8311f00",
"version": "19.0.0-next.10+sha-d0c74f3",
"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-8311f00",
"@angular/core": "19.0.0-next.10+sha-d0c74f3",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
Expand Down

0 comments on commit c77c3e3

Please sign in to comment.