All files / src/lib/helpers index.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13                      11x  
/**
 * @module helpers
 * @description Utility helpers for Angular Decaf applications
 * @summary The helpers module provides a collection of utility functions and types
 * that assist with common tasks in Decaf Angular applications. It includes functions
 * for array manipulation, date formatting, logging, string operations, and various
 * utility functions for working with Angular components and services. These helpers
 * simplify common operations and promote code reuse across the application.
 * Key exports include logging utilities, string manipulation functions, and component
 * utility functions.
 */
export * from './utils';