mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d36fd3d9e4
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