valor-software/angular2-bootstrap

View on GitHub
demo/src/app/components/+carousel/demos/captions/captions.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component } from '@angular/core';

@Component({
  selector: 'demo-carousel-captions',
  templateUrl: './captions.html'
})
export class DemoCarouselCaptionsComponent {}