Angular2+ String Helper
npm install ng2-string-helper
npm install ng2-string-helper --save
`
Import static class StringHelper in head
`
import { StringHelper } from 'ng2-string-helper/dist';
`
Use in codes..
`
let value = StringHelper.StringIsNullOrEmpty("myString");
console.log(value);
``