I want animation based on DOM manipulation using ngIf. There are classes(ng-enter and ng-leave) which were being applied in AngularJS Framework using ngAnimate where we can hook animation. Why they are not added to Angular.
Is there any other way we can have CSS Animation (not Web API animation) in Angular when DOM removal event is occured using ngIf.