Kristiyan Kostadinov cc672f05bf feat(compiler): add support for shorthand property declarations in templates ()
Adds support for shorthand property declarations inside Angular templates. E.g. doing `{foo, bar}` instead of `{foo: foo, bar: bar}`.

Fixes .

PR Close 
2021-06-21 23:40:47 +00:00
..