UNPKG

ng2-slim-loading-bar

Version:

Angular2 component shows slim loading bar at the top of the page

7 lines (6 loc) 149 B
/** * Check and return true if an object not undefined or null */ export function isPresent(obj) { return obj !== undefined && obj !== null; }