I have 2 components: the first one contains a toolbar, and the second one an other toolbar elements.
I call my 2 components inside my app.component.html like this:
<first-component></first-component>
<second-component></second-component>
My problem is that the only the toolbar contained within the first component is displayed.
Otherwise If I put the two toolbar directly in the app.component.html I don't get the problem.
Could someone help me with this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…