mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
#51891 introduces a new syntax that assigns a new meaning to the `@` and `}` in Angular templates. This is problematic for existing apps which may have the characters in their templates already, because it can lead to syntax errors. These changes add an `ng update` schematic that will replace any usages of the special characters with their HTML entities. PR Close #51905 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||