ngx-bootstrap
Version:
Native Angular Bootstrap Components
14 lines • 946 B
JavaScript
import { Component } from '@angular/core';
var BsCalendarLayoutComponent = /** @class */ (function () {
function BsCalendarLayoutComponent() {
}
BsCalendarLayoutComponent.decorators = [
{ type: Component, args: [{
selector: 'bs-calendar-layout',
template: "\n <!-- current date, will be added in nearest releases -->\n <bs-current-date title=\"hey there\" *ngIf=\"false\"></bs-current-date>\n\n <!--navigation-->\n <div class=\"bs-datepicker-head\">\n <ng-content select=\"bs-datepicker-navigation-view\"></ng-content>\n </div>\n\n <div class=\"bs-datepicker-body\">\n <ng-content></ng-content>\n </div>\n\n <!--timepicker-->\n <bs-timepicker *ngIf=\"false\"></bs-timepicker>\n "
},] },
];
return BsCalendarLayoutComponent;
}());
export { BsCalendarLayoutComponent };
//# sourceMappingURL=bs-calendar-layout.component.js.map