valor-software/ng2-bootstrap

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

Summary

Maintainability
Test Coverage
// RECOMMENDED (doesn't work with system.js)
import { TooltipModule } from 'ngx-bootstrap/tooltip';
// or
import { TooltipModule } from 'ngx-bootstrap';

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