I've found something really fishy behavior in the project that I dont understand and I havent found any solution for why it behaves like this.
It's an Angular application and we upgraded from ng5 to ng7, also upgraded bootsrap along the way.
And when we run "ng serve" it looks like this:
And when we run "ng serve --aot" it looks like this:
I've inspected the whole dom and pulling my hair. And I cant see any difference between the two versions.
So why do AoT ruin the layout?
Br