CRUD API Generator is a Visual Studio Code extension that helps developers quickly generate Angular service files with default CRUD (Create, Read, Update, Delete) API methods.
This extension reduces boilerplate code and improves productivity when working with Angular applications.
✨ Features
Generate Angular service files automatically
Includes default CRUD API methods
Works via:
Right-click on a folder
Command Palette
Creates the service file in the selected folder
Clean and simple service structure
🚀 How to Use
Method 1: Right Click (Recommended)
Open your Angular project in VS Code
Right-click on any folder where you want the service