angular-docs-cn/packages/compiler/src/expression_parser
Alexey Zuev 2bf0d1a56f fix(ivy): compile pipe in context of ternary operator (#28635)
Previously, it wasn't possible to compile template that contains pipe in context of ternary operator `{{ 1 ? 2 : 0 | myPipe }}` due to the error `Error: Illegal state: Pipes should have been converted into functions. Pipe: async`.

This PR fixes a typo in expression parser so that pipes are correctly converted into functions.

PR Close #28635
2019-02-11 14:52:13 -08:00
..
ast.ts fix(ivy): compile pipe in context of ternary operator (#28635) 2019-02-11 14:52:13 -08:00
lexer.ts style(compiler): typo fix (#26934) 2018-11-05 09:49:22 -08:00
parser.ts style(compiler): fix lint issues (#23480) 2018-04-22 11:49:49 -07:00