All files / src/lib/utils index.ts

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

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 14                      12x 12x  
/**
 * @module utils
 * @description Utility functions for Angular Decaf applications
 * @summary The utils 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 './helpers';
export * from './DecafFakerRepository';