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