... | ... | @@ -9,9 +9,12 @@ |
|
|
|
|
|
### commonly used libraries
|
|
|
* lodash
|
|
|
- run `typings install --save --global dt~lodash`
|
|
|
- then use individual methods `import { capitalize } from 'lodash';`
|
|
|
- or the entire thing if you must `import * as _ from 'lodash';` (remember, this affects bundle output size)
|
|
|
* moment
|
|
|
- run `typings install --save --global dt~moment`
|
|
|
- then use like so `import * as moment from 'moment';`
|
|
|
- also neat: https://github.com/urish/angular2-moment
|
|
|
* ng2-page-scroll (for all your animated scroll to needs. )
|
|
|
* ng2-bootstrap (until official angular-bootstrap is released for bootstrap4)
|
|
|
|
|
|
Not Currently compatible
|
|
|
* sc-datetime (great time/date picker) |
|
|
\ No newline at end of file |
|
|
* ng-bootstrap (official, alpha); ng2-bootstrap (active developer, alpha) |
|
|
\ No newline at end of file |