revert: fix(animations): ensure all child elements are rendered before running animations
This reverts commit cbe85a0893
.
This commit is contained in:
@ -32,9 +32,6 @@ import {
|
||||
<hr />
|
||||
<div *ngFor="let item of items" class="box" @boxAnimation="state">
|
||||
{{ item }}
|
||||
<div *ngIf="true">
|
||||
something inside
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`,
|
||||
|
Reference in New Issue
Block a user