X Tutup
Skip to content

fix(render): allow to configure when templates are serialized to strings#3433

Closed
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:mergefix
Closed

fix(render): allow to configure when templates are serialized to strings#3433
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:mergefix

Conversation

@tbosch
Copy link
Copy Markdown
Contributor

@tbosch tbosch commented Jul 31, 2015

Introduces the injectable TemplateCloner that can be configured via the new token MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN.

Also replaces document.adoptNode with document.importNode as otherwise
custom elements are not triggered in chrome 43.

Closes #3418

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

@yjbanov yjbanov self-assigned this Jul 31, 2015
@yjbanov yjbanov added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Jul 31, 2015
Introduces the injectable `TemplateCloner` that can be configured via the new token `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN`.

Also replaces `document.adoptNode` with `document.importNode` as otherwise 
custom elements are not triggered in chrome 43.

Closes angular#3418
@tbosch tbosch closed this in dd06a87 Jul 31, 2015
@tbosch tbosch deleted the mergefix branch August 11, 2015 23:34
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fragment creation code broken in 0dbdd5c

3 participants

X Tutup