Documentation
Explore the libraries, utilities, and architectural patterns that make Angular Helpers the premier choice for modern, high-performance web applications.
Available Packages
Browser Web APIs
Seamlessly integrate native browser capabilities like Geolocation, Notifications, and Storage into your Angular application with reactive, signal-based services.
pnpm add @angular-helpers/browser-web-apisSecurity Utilities
Hardened tools for cryptographic operations, secure password hashing, and input validation designed to prevent common web vulnerabilities.
pnpm add @angular-helpers/securityWorker HTTP
Offload your heavy API communication and data processing to Web Workers, keeping your UI thread responsive and smooth at 60fps.
pnpm add @angular-helpers/worker-httpOpenLayers
Modern Angular wrapper for OpenLayers with modular architecture, standalone components, and reactive signal-based APIs.
pnpm add @angular-helpers/openlayersStorage & Persistence
High-performance, reactive L1 Signals backed by async L2 transports, client-side encryption, TOON compression, and surgically reactive Entity State management.
pnpm add @angular-helpers/storageModular by design.
Pick only what you need. Our library is designed to be treeshakeable and lean, ensuring your bundle stays small.
bootstrapApplication(AppComponent, {
providers: [
provideBrowserWebApis(),
provideWorkerHttp({
worker: new Worker('./app.worker', { type: 'module' }),
}),
],
});