Containers like <app-root></app-root>
can do break the css layout, especially if working with flexbox.
Is it possible to have invisible component containers? I tried selector: '[app-root]'
already with the following tags, but they all create a dom element:
<template>, <ng-template>, <ng-template>, <ng-container>
If this container is really needed, would be awesome if Angular would just render an HTML comment.