import { Component } from '@angular/core'; @Component({ selector: 'bs-calendar-layout', template: `
` }) export class BsCalendarLayoutComponent {}