I have a list of items with *ngFor
.
I want to animate an item moving up when a button inside the element is clicked.
How do I do this with Angular?
Asked
Active
Viewed 1,519 times
0

amitairos
- 2,907
- 11
- 50
- 84
1 Answers
1
I dont know what your mind expected, somehow I have managed to create a simple example, but here i dont know hot to create an angular example, so i made one in stackblitz. Checkout the stackblitz example

Akhil Aravind
- 5,741
- 16
- 35
-
Awesome! Tweaked it a bit and it works great for my needs. Thanks! – amitairos Aug 05 '18 at 05:51