angular-cn/modules/@angular/core
Martin Probst 8879aa1df4 feat(security): fail more detectably when using a safe value in an interpolation.
If a user ends up with a safe value in an interpolation context, that's probably
a bug. Returning `"SafeValue must use [property]= binding"` will make it easier
to detect and correct the situation. Detecting the situation and throwing an
error for it could cause performance issues, so we're not doing this at this
point (but might revisit later).

Part of #8511 and #9253.
2016-06-17 10:00:30 -07:00
..
src feat(QueryList): support index in callbacks 2016-06-17 08:09:42 -07:00
test feat(security): fail more detectably when using a safe value in an interpolation. 2016-06-17 10:00:30 -07:00
testing fix(HtmlParser): consider <ng-container> when adding required parents 2016-06-15 18:13:57 -07:00
core.dart feat(forms): add easy way to switch between forms modules (#9202) 2016-06-14 18:23:40 -07:00
index.ts feat(forms): add easy way to switch between forms modules (#9202) 2016-06-14 18:23:40 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts fix(animations): ensure AUTO styles are cleared at the end of the state-change animation 2016-06-11 00:08:41 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00