## Bug #2 ### Steps reproduce: 1. Open console (in dev tools) 2. in the app type a new message and submit - when the message is added all the items in the list are being animated, only the new one should be animated - hint: in the console log you will see the `OnInit` print. Notice that all the items are re-initialized ### expected: - only the new added item should be animated - only the `OnInit` of the new added item should be printed in the console 