I am very new in the Angular scene. I just started to learn Angular 2.0 for TypeScript and I was wondering, how the animation (like in a simple HTML with jQuery) works in An
For your simple "animation" you only need ng-if:
toggle div 2
BTW, Angular 2 animation is not available yet. The animations documentation has landed.