New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-string-transform

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-string-transform

Angular service encapsulating a variety of string transformations

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

ngStringTransform

Build Status

Note: This library is under active development and is most definitely subject to change.

Getting Started

(1) Get ngStringTransform by cloning and building this repository:

git clone git@github.com:interval-braining/angular-string-transform.git
cd angular-string-transform
npm install
bower install

(2) Include angular-string-transform.js (or angular-string-transform.min.js) with your javascripts, after including Angular itself.

(3) Add 'ngStringTransform' to your main module's list of dependencies.

Usage

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

FAQs

Package last updated on 17 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts