You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use components inside the md-collapsible component, I've realized with the <p> tag you couldn't use <div> tag in the collapsible body because <p> doesn't admit <div> tag inside.
In order to allow this, we can change the <p> tag with a <div> tag.
What do you think about this solution?
Trying to use components inside the md-collapsible component, I've realized with the
<p>
tag you couldn't use<div>
tag in the collapsible body because<p>
doesn't admit<div>
tag inside.In order to allow this, we can change the
<p>
tag with a<div>
tag.What do you think about this solution?
<div> {{yield}} </div>
Shall I create a PR with the code?
The text was updated successfully, but these errors were encountered: