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
jlewis deleted page: useful libraries authored Mar 17, 2017 by Joe Lewis's avatar Joe Lewis
Show whitespace changes
Inline Side-by-side
toolbox.md
View page @ d88e84ac
...@@ -35,3 +35,16 @@ ...@@ -35,3 +35,16 @@
</md-input> </md-input>
</div> </div>
``` ```
Currency pipe:
```html
<span>{{num | currency:'USD':true:'1.2-2'}}</span>
```
Results In
This below :
```html
<span>{{ 1000 | currency:'USD':true:'1.2-2'}}</span>
```
Turning into
```html
$1,000.00
```
\ No newline at end of file
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack