FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fixup! fix(core): account for namespaces in host binding sanitization · angular/angular@777c258 · GitHub

Commit 777c258

Browse files
committed
fixup! fix(core): account for namespaces in host binding sanitization
1 parent c1b7f72 commit 777c258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/core/src/render3/i18n/i18n_parse.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function parseICUBlock(pattern: string): IcuExpression {
660660

661661
const parts = i18nParseTextIntoPartsAndICU(pattern) as string[];
662662
// Looking for (key block)+ sequence. One of the keys has to be "other".
663-
for (let pos = 0; pos < parts.length; ) {
663+
for (let pos = 0; pos < parts.length;) {
664664
let key = parts[pos++].trim();
665665
if (icuType === IcuType.plural) {
666666
// Key can be "=x", we just want "x"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL