UNPKG

ngperf-audit

Version:

A comprehensive Angular performance analyzer that identifies performance bottlenecks, memory leaks, and optimization opportunities in Angular applications

9 lines 270 B
#!/usr/bin/env node /** * Quick Start Demo for Angular Performance Analyzer * * This script demonstrates basic usage of the performance analyzer */ declare function quickStartDemo(): Promise<void>; export { quickStartDemo }; //# sourceMappingURL=quick-start.d.ts.map