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
update toolbox authored Sep 28, 2016 by Mikkel Davis's avatar Mikkel Davis
Hide whitespace changes
Inline Side-by-side
toolbox.md
View page @ 5457addf
......@@ -17,4 +17,21 @@
- 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. )
* ng-bootstrap (official, alpha); ng2-bootstrap (active developer, alpha)
\ No newline at end of file
* ng-bootstrap (official, alpha); ng2-bootstrap (active developer, alpha)
* angular2-material (alpha7)
- getting started: https://github.com/angular/material2/blob/master/GETTING_STARTED.md
- list of modules: https://www.npmjs.com/~angular2-material
- `npm install --save @angular2-material/core` ( and whatever specific modules you want, such as @angular2-material/input )
- `npm install --save hamerjs && typings install --global dt~hammerjs --save` ( for better browser touch support)
- `import '@angular2-material/core'; import 'hammerjs';` into the `vendors.ts` file, along with the ng2material module(s) you are using
- `import { MdInputModule } from '@angular2-material/input';`in `app.module.ts`, then list the module in the @NgModule `imports` array
- now use component where needed:
```html
<div>
<md-input placeholder="amount" align="end">
<span md-prefix>$&nbsp;</span>
<span md-suffix>.00</span>
</md-input>
</div>
```
\ No newline at end of file
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack