Skip to content

Commit 9fade4f

Browse files
authored
feat: parse ICU expressions if also parsing block syntax (#38)
1 parent e44e2c6 commit 9fade4f

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-html-parser/src

1 file changed

+1
-1
lines changed

packages/angular-html-parser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function parse(
6262
input,
6363
"angular-html-parser",
6464
{
65-
tokenizeExpansionForms: false,
65+
tokenizeExpansionForms: tokenizeAngularBlocks,
6666
interpolationConfig: undefined,
6767
canSelfClose,
6868
allowHtmComponentClosingTags,

0 commit comments

Comments
 (0)