Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for rendering component instances in templates #546

Merged
merged 2 commits into from
Jun 27, 2018
Merged

Conversation

chasenlehara
Copy link
Member

Added a note in the magic tag types docs:
screen shot 2018-06-18 at 11 39 31 am

Also added the same example to the {{{expression}}} docs:
screen shot 2018-06-18 at 11 46 38 am

Part of #502

Added a note in the magic tag types docs and the same example to the `{{{expression}}}` docs.

Part of #502
componentInstance: myGreetingInstance
});

fragment; //-> <div><p>Hello friend</p></div>
Copy link
Contributor

Choose a reason for hiding this comment

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

When you do this, there is no <my-greeting> tag?

Copy link
Member Author

Choose a reason for hiding this comment

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

There is, thanks for pointing out my mistake! It’s fixed now.

@chasenlehara chasenlehara merged commit f2521b0 into minor Jun 27, 2018
@chasenlehara chasenlehara deleted the 502-docs branch June 27, 2018 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants