A little too late but I just found this solution. In the main style.css put something like this:
html, body { display: flex; height: 100%; width: 100%; } app-root { height: 100%; width: 100%; }