feat(renderer): use a comment instead of an element when stamping out…#5227
feat(renderer): use a comment instead of an element when stamping out…#5227tbosch wants to merge 1 commit intoangular:masterfrom
Conversation
|
Reviewed in person with @vsavkin |
… `<template>` elements Closes angular#4805
|
/cc @vsavkin: Could you merge this? |
|
Merging PR #5227 on behalf of @vsavkin to branch presubmit-vsavkin-pr-5227. |
|
Merging PR #5227 on behalf of @vsavkin to branch presubmit-vsavkin-pr-5227. |
|
Use comments does not work with AppView.logBindingUpdate. |
|
FYI I am planning to work on this after landing #5036, which hopefully will be done today (work is done, just updating docs now and then need to submit PR). The time risk of that issue depends mostly on how difficult it is to merge into google3. |
|
Back to work on this issue now... |
|
To recap the approach I've just discussed with @tbosch, for my own memory: I'm going to implement a new To support this, when the The We decided on implementing the new method so we can not negatively impact the performance of the |
This is used for setting property binding values as attributes on elements when running in dev mode. This implementation will also serialize binding information to template placeholder comment nodes. Closes angular#5227
|
Sorry for bumping. The changelog for alpha 47 shows that this was closed in this commit bb9cfe6, but I still can see script tags in the DOM Is that an error in the changelog? |
|
Oops that is a problem with our change log script not knowing when a commit
|
This is used for setting property binding values as attributes on elements when running in dev mode. This implementation will also serialize binding information to template placeholder comment nodes. Closes angular#5227
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…
<template>elementsCloses #4805