angular/modules/@angular
Victor Berchet d02eab498f fix(compiler): [i18n] XMB/XTB placeholder names can contain only A-Z, 0-9, _n
There are restrictions on the character set that can be used for xmb and xtb
placeholder names.

However because changing the placeholder names would change the message IDs it
is not possible to add those restrictions to the names used internally. Then we
have to map internal name to public names when generating an xmb file and back
when translating using an xtb file.

Note for implementors of `Serializer`:
- When writing a file, the implementor should take care of converting the
internal names to public names while visiting the message nodes - this is
required because the original nodes are needed to compute the message ID.
- When reading a file, the implementor does not need to take care of the mapping
back to internal names as this is handled in the `I18nToHtmlVisitor` used by the
`TranslationBundle`.

fixes b/34339636
2017-01-24 14:47:04 -08:00
..
benchpress feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
common docs(common): fix a typo on the DatePipe API docs (#14060) 2017-01-24 10:21:59 -08:00
compiler fix(compiler): [i18n] XMB/XTB placeholder names can contain only A-Z, 0-9, _n 2017-01-24 14:47:04 -08:00
compiler-cli chore(release): cut the 4.0.0-beta.4 release 2017-01-18 18:55:46 -06:00
core fix(core): export animation classes required for Renderer impl (#14002) 2017-01-24 10:22:47 -08:00
docs docs(cheatsheet): correct HostBinding decorator example (#13206) 2016-12-05 10:25:40 -08:00
examples feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
facade chore(docs): add missing comments (#14003) 2017-01-19 12:06:28 -08:00
forms feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
http fix(http): don't create a blob out of ArrayBuffer when type is application/octet-stream (#13992) 2017-01-18 16:01:02 -08:00
language-service feat(language-service): support TS2.2 plugin model 2017-01-09 15:00:40 -05:00
platform-browser feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
platform-browser-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
platform-server fix(core): animations no longer silently exits if the element is not apart of the DOM (#13763) 2017-01-05 11:33:40 -08:00
platform-webworker feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
platform-webworker-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
router Fixed documentation reference to canActivate in canDeactivate (#14018) 2017-01-20 14:19:23 -08:00
upgrade feat(upgrade): Support ng-model in downgraded components (#10578) 2017-01-23 11:23:45 -08:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

Angular

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

License: MIT