import { PopoverModule } from 'ngx-bootstrap/popover';

@NgModule({
  imports: [PopoverModule.forRoot(),...]
})
export class AppModule(){}
