import { Component } from '@angular/core'; @Component({ selector: 'ngx-bootstrap', template: ` `, }) export class BootstrapComponent { }