angular/packages
Doug Parker ba4340875a fix(compiler): ignore placeholder-only i18n messages (#58154)
Message which only contain a single placeholder cannot be translated, there is no static text to be translated. Therefore these messages can be skipped and shouldn't be extracted at all.

Ideally, Angular would throw an error if a message is only a placeholder, since it should not contain an `i18n` attribute at all. However this would be a breaking change and require a migration which isn't in scope right now. We can explore converting this to a hard error sometime in the future.

PR Close #58154
2024-10-13 16:48:34 +00:00
..
animations refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
bazel refactor(compiler-cli): output HMR initializer code (#58150) 2024-10-11 07:03:15 +00:00
benchpress refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
common docs: move JSDoc below constructor (#57187) 2024-10-10 12:37:35 +00:00
compiler fix(compiler): ignore placeholder-only i18n messages (#58154) 2024-10-13 16:48:34 +00:00
compiler-cli fix(compiler-cli): incorrectly generating relative file paths on case-insensitive platforms (#58150) 2024-10-11 07:03:15 +00:00
core refactor(migrations): improve readability of strictness logic in input migration (#58168) 2024-10-13 16:47:03 +00:00
docs/di docs: remove outdated/unsupported webworker doc (#49856) 2023-04-17 14:01:41 +00:00
elements refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
examples refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
forms docs: add info on AbstractControl.source type. (#58094) 2024-10-07 08:21:55 -07:00
language-service refactor(language-service): add support for running best-effort queries refactoring (#58168) 2024-10-13 16:47:03 +00:00
localize refactor(localize): remove deprecated name option. (#58063) 2024-10-03 16:43:36 +00:00
misc/angular-in-memory-web-api refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
platform-browser refactor(platform-browser): remove deprecated BrowserModule.withServerTransition method (#58062) 2024-10-07 08:23:53 -07:00
platform-browser-dynamic refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
platform-server fix(platform-server): destroy PlatformRef when error happens during the bootstrap() phase (#58112) 2024-10-09 12:12:34 +00:00
private/testing refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
router refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
service-worker feat(service-worker): finish implementation of refreshAhead feature (#53356) 2024-10-10 06:21:57 +00:00
upgrade refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
zone.js fix(zone.js): remove abort listener once fetch is settled (#57882) 2024-10-07 08:27:53 -07:00
BUILD.bazel refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
circular-deps-test.conf.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
empty.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
goog.d.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
license-banner.txt build: update licence date. (#55129) 2024-04-08 11:31:12 -07:00
README.md docs: fix links to docs (#57391) 2024-08-19 09:20:15 -07:00
system.d.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsconfig-build.json build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
tsconfig-legacy-saucelabs.json feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
tsconfig-test.json
tsconfig-tsec-base.json refactor(core): throw an error when hydration marker is missing from DOM (#51170) 2023-08-04 11:31:49 -04:00
tsconfig.json feat(language-service): add code reactoring action to migrate @Input to signal-input (#57214) 2024-08-29 07:50:41 -07:00
tsec-exemption.json fix(core): hardening attribute and property binding rules for <iframe> elements (#47964) 2022-11-09 00:47:56 -08:00
types.d.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT