valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+popover/docs/usage.md

Summary

Maintainability
Test Coverage
// 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(){}