ng2-string-helper
v1.0.17
Published
Angular2+ String Helper
Downloads
4
Maintainers
Readme
ng2-string-helper
angular2 ng2 string helper utility
Usage
Install from npm:
npm install ng2-string-helper --save
import { StringHelper } from 'ng2-string-helper/dist';
Use in codes..
let value = StringHelper.StringIsNullOrEmpty("myString");
console.log(value);