Skip to content

Commit

Permalink
docs: adding a note on ICU processing to Ivy compatibility guide (#33480
Browse files Browse the repository at this point in the history
)

PR Close #33480
  • Loading branch information
AndrewKushnir committed Oct 30, 2019
1 parent 540d104 commit 5666d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aio/content/guide/ivy-compatibility.md
Expand Up @@ -60,3 +60,5 @@ The following changes will be visible more rarely, as they mostly deal in edge c
- It's no longer possible to overwrite lifecycle hooks with mocks on directive instances for testing (instead, modify the lifecycle hook on the directive type itself).

- Special injection tokens (e.g. `TemplateRef` or `ViewContainerRef`) return a new instance whenever they are requested (previously, instances of special tokens were shared if requested on the same node). This primarily affects tests that do identity comparison of these objects.

- ICU parsing happens at runtime, so only text, HTML tags and text bindings are allowed inside ICU cases (previously, directives were also permitted inside ICUs).

0 comments on commit 5666d11

Please sign in to comment.