I cannot find anywhere in the docs why the order of instantiating of Angular Components is not in expected order with if condition? I was expecting it to come in the same order as they are written in the console also. i.e 1 2 3 4 5 (HTML wise it is correct) but it is coming as 3 4 5 1 2
Although I have made assumption after observing this behavior that if condition delays execution comparing with without it but could not find the reason/documentation for it.
Slackblitz Link to verify this behavior: https://stackblitz.com/edit/angular-looping-data-sbnayy?file=app%2Fapp.component.html
