UNPKG

ngx-bootstrap

Version:
25 lines (22 loc) 745 B
import { Component } from '@angular/core'; export class BsCalendarLayoutComponent { } BsCalendarLayoutComponent.decorators = [ { type: Component, args: [{ selector: 'bs-calendar-layout', template: ` <!-- current date, will be added in nearest releases --> <bs-current-date title="hey there" *ngIf="false"></bs-current-date> <!--navigation--> <div class="bs-datepicker-head"> <ng-content select="bs-datepicker-navigation-view"></ng-content> </div> <div class="bs-datepicker-body"> <ng-content></ng-content> </div> <!--timepicker--> <bs-timepicker *ngIf="false"></bs-timepicker> ` },] } ]; //# sourceMappingURL=bs-calendar-layout.component.js.map