1π
β
I add this styles in child component and i resolved my problem.
:host {
display: block;
width: 100%;
height: 100%;
}
Thatβs all.
Source:stackexchange.com