angular-cn/packages/compiler/src/expression_parser
Chuck Jazdzewski b9521b568f feat(compiler): support a non-null postfix assert (#16672)
Template expressions can now use a post-fix `!` operator
that asserts the target of the operator is not null. This is
similar to the TypeScript non-null assert operator. Expressions
generated in factories will be generated with the non-null assert
operator.

Closes: #10855
2017-05-11 10:15:54 -07:00
..
ast.ts feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00
lexer.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
parser.ts feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00