angular/packages/compiler/test/expression_parser
Kristiyan Kostadinov a4ab6d6b72 feat(compiler): add support for safe calls in templates (#44580)
Adds support for safely calling functions that may be undefined inside template expressions. E.g. `maybeUndefined?.()`

Fixes #42298.

PR Close #44580
2022-01-11 17:32:47 +00:00
..
utils feat(compiler): add support for safe calls in templates (#44580) 2022-01-11 17:32:47 +00:00
ast_spec.ts refactor(compiler): combine call ASTs (#42882) 2021-09-21 20:55:29 +00:00
BUILD.bazel build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
lexer_spec.ts feat(compiler): add support for safe calls in templates (#44580) 2022-01-11 17:32:47 +00:00
parser_spec.ts feat(compiler): add support for safe calls in templates (#44580) 2022-01-11 17:32:47 +00:00