# ng2-bootstrap
**Repository Path**: kaig2008/ng2-bootstrap
## Basic Information
- **Project Name**: ng2-bootstrap
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-11-09
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ng2-bootstrap [](http://badge.fury.io/js/ng2-bootstrap) [](https://npmjs.org/ng2-bootstrap)
Native Angular2 directives for Bootstrap, works with Bootstrap 3 and 4-alfa
Follow me [](https://twitter.com/valorkin) to be notified about new releases.
[](https://angular.io/styleguide)
[](https://travis-ci.org/valor-software/ng2-bootstrap)
[](https://codecov.io/gh/valor-software/ng2-bootstrap)
[](https://www.hamsterpad.com/chat/ng2)
[](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://david-dm.org/valor-software/ng2-bootstrap)
[](https://nodei.co/npm/anymatch/)
[](https://nodei.co/npm-dl/anymatch/)
[](https://waffle.io/valor-software/ng2-bootstrap/metrics)
# Usage & Demo
[http://valor-software.github.io/ng2-bootstrap/](http://valor-software.github.io/ng2-bootstrap/)
## If you need more modules check [here](https://github.com/valor-software/ng2-plans)
# Starter packages
*Hint*: simpliest way to add styles is a CDN:
```html
```
### With system.js: [angular2-quickstart](https://github.com/valor-software/angular2-quickstart)
### With webpack: [AngularClass/angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter)
- install `ng2-bootstrap` and typings for `moment.js`
```bash
npm install ng2-bootstrap --save
# Install typings from NPM. Ambient typings will not help
typings install moment --save
```
- add some code
```html