angular/modules/@angular/platform-browser/src
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
..
browser docs(webworkers): add experimental markers for all web worker public apis 2016-06-15 09:38:03 -07:00
dom fix(animations): ensure the web-animations driver converts style props to camel-case 2016-06-10 22:54:10 -07:00
security feat(security): fail more detectably when using a safe value in an interpolation. 2016-06-17 10:00:30 -07:00
web_workers docs(webworkers): add experimental markers for all web worker public apis 2016-06-15 09:38:03 -07:00
browser.ts feat(forms): add easy way to switch between forms modules (#9202) 2016-06-14 18:23:40 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
worker_app.ts docs(webworkers): add experimental markers for all web worker public apis 2016-06-15 09:38:03 -07:00
worker_render.ts docs(webworker): add/correct experimental markers to web worker apis 2016-06-15 17:12:40 -07:00