Skip to content

Angular2 pipe to convert camelCase strings to human readable strings

Notifications You must be signed in to change notification settings

previousdeveloper/angular2-camelcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-camelCase

Angular2 pipe to convert camelCase strings to human readable strings

Installation

Npm

npm install angular2-camelcase

Usage

import {CamelCaseHumanModule} from 'angular2-camelcase';

@NgModule({
  declarations: [
    CamelCaseHumanModule
  ],
  ....
  
  })
  

HTML

<h1>
{{'helloWorldHowAreYouDoingIamUpper' | camelCaseToHuman:true}}
</h1>

<h1>
{{'helloWorldHowAreYouDoingIamLower' | camelCaseToHuman:false}}
</h1>

About

Angular2 pipe to convert camelCase strings to human readable strings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published