Published ngx-auto-api-decorators, an Angular library for API integration

🚀 I just published my own Angular library to npm! Over the last few days, I’ve been working on something that solves a common pain in Angular projects — repetitive, boilerplate-heavy API service code. Today, I released ngx-auto-api-decorators, a decorator-based API client generator that makes API integration cleaner, faster, and more maintainable. Here’s what it brings: ✨ @ApiClient, @Get, @Post, @Put, @Delete decorators ✨ Automatic HttpClient wiring (no more manual service setup) ✨ Built-in caching with TTL ✨ Offline-safe POST/PUT/DELETE (request queue + auto-retry) ✨ Clean, typed API classes with zero repeated boilerplate ✨ Production-ready, DI-friendly design You can try it with: npm install ngx-auto-api-decorators This project pushed me deeper into Angular internals, decorators, dependency injection, packaging, and open-source publishing. I'm continuously improving it - feedback, suggestions, PRs are welcome! 🙌 #Angular #WebDevelopment #OpenSource #NPM #Typescript #Frontend #Developer #Programming #TechCommunity #opensourceproject #AngularDeveloper #SoftwareEngineering

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories