Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created March 2, 2018 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrilletuzi/844b386c44a0c9529719a505ee14ba9e to your computer and use it in GitHub Desktop.
Save cyrilletuzi/844b386c44a0c9529719a505ee14ba9e to your computer and use it in GitHub Desktop.
@Component({
selector: 'ui-carousel'
})
export class CarouselComponent {
@Input() delay = 5000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment