Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Angular Template Angular Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Angular TemplateAngular Template
  • Wiki
  • toolbox

toolbox · Changes

Page history
toolbox cleanup authored Sep 28, 2016 by Mikkel Davis's avatar Mikkel Davis
Hide whitespace changes
Inline Side-by-side
toolbox.md
View page @ db1fc237
......@@ -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
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack