Questions tagged [angular-transitions]

Discover the world of CSS templates designed specifically for ngAnimate functionality.

Angular 5 error: Decorators do not support function expressions

I am struggling to compile my angular project using the command ng build --prod The issue arises in the IndexComponent : index.componenent.ts import { Component, OnInit } from '@angular/core'; import { indexTransition } from './index.animations'; @Comp ...