// RECOMMENDED (doesn't work with system.js)
import { PopoverModule } from 'ngx-bootstrap/popover';
// or
import { PopoverModule } from 'ngx-bootstrap';

@NgModule({
  imports: [PopoverModule.forRoot(),...]
})
export class AppModule(){}
