11diff --git a/node_modules/@angular/bazel/src/ng_module/ng_module.bzl b/node_modules/@angular/bazel/src/ng_module/ng_module.bzl
2- index 99d7f6d..3ea60ea 100755
2+ index 5e82bcb..3c239f8 100755
33--- a/node_modules/@angular/bazel/src/ng_module/ng_module.bzl
44+++ b/node_modules/@angular/bazel/src/ng_module/ng_module.bzl
55@@ -18,6 +18,7 @@ load(
@@ -22,7 +22,7 @@ index 99d7f6d..3ea60ea 100755
2222
2323 if not ctx.attr.type_check and ctx.attr.strict_templates:
2424 fail("Cannot set type_check = False and strict_templates = True for ng_module()")
25- @@ -359 ,11 +360 ,11 @@ def _compile_action(
25+ @@ -355 ,11 +356 ,11 @@ def _compile_action(
2626
2727 def _prodmode_compile_action(ctx, inputs, outputs, tsconfig_file, node_opts):
2828 outs = _expected_outs(ctx)
@@ -36,7 +36,7 @@ index 99d7f6d..3ea60ea 100755
3636 _compile_action(ctx, inputs, compile_action_outputs, tsconfig_file, node_opts, "devmode")
3737
3838 # Note: We need to define `label` and `srcs_files` as `tsc_wrapped` passes
39- @@ -417 ,9 +418 ,13 @@ def _ng_module_impl(ctx):
39+ @@ -413 ,9 +414 ,13 @@ def _ng_module_impl(ctx):
4040 # and issue https://github.com/bazelbuild/rules_nodejs/issues/57 for more details.
4141 ts_providers["providers"].extend([
4242 js_module_info(
@@ -51,7 +51,7 @@ index 99d7f6d..3ea60ea 100755
5151 js_ecma_script_module_info(
5252 sources = ts_providers["typescript"]["es6_sources"],
5353 deps = ctx.attr.deps,
54- @@ -435 ,7 +440 ,7 @@ def _ng_module_impl(ctx):
54+ @@ -431 ,7 +436 ,7 @@ def _ng_module_impl(ctx):
5555 package_name = ctx.attr.package_name,
5656 package_path = ctx.attr.package_path,
5757 path = path,
@@ -61,7 +61,7 @@ index 99d7f6d..3ea60ea 100755
6161
6262 return ts_providers_dict_to_struct(ts_providers)
6363diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs
64- index 12d5f0c..8868e27 100755
64+ index 7184fd9..ef3e508 100755
6565--- a/node_modules/@angular/bazel/src/ng_package/packager.mjs
6666+++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs
6767@@ -7,7 +7,7 @@
@@ -74,7 +74,7 @@ index 12d5f0c..8868e27 100755
7474 * List of known `package.json` fields which provide information about
7575 * supported package formats and their associated entry paths.
7676diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
77- index 09deff8..00d24be 100755
77+ index def2972..3de33ba 100755
7878--- a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
7979+++ b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
8080@@ -12,7 +12,7 @@ import tscw from '@bazel/concatjs/internal/tsc_wrapped/index.js';
@@ -86,7 +86,7 @@ index 09deff8..00d24be 100755
8686 // FIXME: we should be able to add the assets to the tsconfig so FileLoader
8787 // knows about them
8888 const NGC_ASSETS = /\.(css|html)$/;
89- @@ -348 ,6 +348 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
89+ @@ -349 ,6 +349 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
9090 }
9191 return diagnostics;
9292 }
@@ -100,12 +100,12 @@ index 09deff8..00d24be 100755
100100 * @deprecated
101101 * Kept here just for compatibility with 1P tools. To be removed soon after 1P update.
102102diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
103- index ccf82d2..daaa783 100755
103+ index 8efba56..d420348 100755
104104--- a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
105105+++ b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
106106@@ -5,7 +5,7 @@
107107 * Use of this source code is governed by an MIT-style license that can be
108- * found in the LICENSE file at https://angular.io /license
108+ * found in the LICENSE file at https://angular.dev /license
109109 */
110110- import { main } from './index';
111111+ import { main } from './index.mjs';
0 commit comments