Skip to content

Instantly share code, notes, and snippets.

@nitayneeman
Last active January 12, 2019 09:43
Show Gist options
  • Save nitayneeman/cba55a2b17eeeedb721656ffd4a8be05 to your computer and use it in GitHub Desktop.
Save nitayneeman/cba55a2b17eeeedb721656ffd4a8be05 to your computer and use it in GitHub Desktop.
import { isEmpty } from 'lodash';
@Component({
// Metadata
})
export class AppComponent {
private isEmptyValue(value: any): boolean {
return isEmpty(value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment