feat(ivy): i18n - implement compile-time inlining (#32881)
This commit implements a tool that will inline translations and generate a translated copy of a set of application files from a set of translation files. PR Close #32881
This commit is contained in:

committed by
Alex Rickabaugh

parent
d5b87d32b0
commit
2cdb3a079d
@ -12,9 +12,8 @@ ts_library(
|
||||
),
|
||||
module_name = "@angular/localize",
|
||||
deps = [
|
||||
"//packages/compiler",
|
||||
"//packages/localize/src/localize",
|
||||
"@npm//@types/node",
|
||||
"//packages/localize/src/utils",
|
||||
],
|
||||
)
|
||||
|
||||
@ -27,6 +26,7 @@ ng_package(
|
||||
entry_point = ":index.ts",
|
||||
packages = [
|
||||
"//packages/localize/schematics:npm_package",
|
||||
"//packages/localize/src/tools:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"release-with-framework",
|
||||
|
Reference in New Issue
Block a user