1.1.1 • Published 6 years ago

angularisempty v1.1.1

Weekly downloads
146
License
MIT
Repository
-
Last release
6 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

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago