angularisempty
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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)

Package Sidebar

Install

npm i angularisempty

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

1.42 kB

Total Files

5

Last publish

Collaborators

  • vashramberani