import { Component } from '@angular/core'; @Component({ selector: 'demo-carousel-animated', templateUrl: './animated.html' }) export class DemoCarouseAnimatedComponent {}