UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

11 lines (9 loc) 324 B
import { Component } from '@angular/core'; import { CarouselConfig } from 'ng2-bootstrap/carousel'; @Component({ selector: 'demo-carousel-config', templateUrl: './config.html', providers: [{provide: CarouselConfig, useValue: {interval: 1500, noPause: true}}] }) export class DemoCarouselConfigComponent { }