angular-cn/modules/@angular
Victor Berchet 76e4911e8b fix(core): fix placeholders handling in i18n.
Prior to this commit, translations were built in the serializers. This
could not work as a single translation can be used for different source
messages having different placeholder content.

Serializers do not try to replace the placeholders any more.
Placeholders are replaced by the translation bundle and the source
message is given as parameter so that the content of the placeholders is
taken into account.

Also XMB ids are now independent of the expression which is replaced by
a placeholder in the extracted file.
fixes #12512
2016-11-14 12:55:48 -08:00
..
benchpress refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
common refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
compiler fix(core): fix placeholders handling in i18n. 2016-11-14 12:55:48 -08:00
compiler-cli fix(core): fix placeholders handling in i18n. 2016-11-14 12:55:48 -08:00
core refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
docs docs: remove outdated docs (#11875) 2016-09-24 08:23:28 +09:00
examples refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
facade refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
forms refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
http fix(http): return request url if it cannot be retrieved from response 2016-11-14 12:54:43 -08:00
platform-browser fix(core): xmb serializer uses decimal messaged IDs 2016-11-14 12:55:48 -08:00
platform-browser-dynamic refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
platform-server refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
platform-webworker refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
platform-webworker-dynamic refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
router refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
upgrade refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00

README.md

Angular

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

License: MIT