mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change removed the deprecated `canParse` method from all the TranslationParsers. BREAKING CHANGE: - `canParse` method has been removed from all translation parsers in `@angular/localize/tools`. `analyze` should be used instead. - the `hint` parameter in the`parse` methods is now mandatory. PR Close #47275 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| README.md | ||
Disclaimer
The localize tools are consumed via the Angular CLI. The programmatic APIs are not considered officially supported though and are not subject to the breaking change guarantees of SemVer.