1.1.1 • Published 7 years ago

angularisempty v1.1.1

Weekly downloads
146
License
MIT
Repository
-
Last release
7 years ago

Title and description This is self-explanatory. It tells about the module/package name with a short description.

angularisempty

A small utility check value is empty or not.

Installation instruction In this section, let's tell the user how they can install the package:

npm install angularisempty --save

Instruction to use the package

How to use?

import { AngularIsEmpty } from 'angularisempty'; //in component

AngularIsEmpty.isEmpty('value') //it return true/false, if value null, undefine than return true otherwise false

console.log(AngularIsEmpty.isEmpty('value')); //true (false if value is empty)
1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago