Overview Version History Q & A Rating & Review
Angular Command Manager
Manage and run Angular CLI commands easily inside Visual Studio Code.
This extension helps Angular developers quickly generate components, services,
interfaces, pipes, interceptors, guards, directives, and manage the Angular
server or build process directly from the sidebar.
🚀 Features
Generate Angular artifacts:
Components
Services
Interfaces
Pipes
Interceptors
Guards
Directives
Start the Angular development server (ng serve
)
Build the project for production (ng build
)
Generate environments configuration (customizable)
Skip test files option on generation
Organized commands by category (Generation, Server, Build)
Clean and intuitive sidebar view with categorized actions
🧩 Usage
Use the Angular sidebar view to launch commands visually.
Fill in the required prompts (e.g., component name, whether to skip tests).
The command will execute automatically in the integrated terminal.
⚙️ Requirements
An existing Angular CLI project (angular.json
must exist at the root)
Node.js and Angular CLI installed globally
npm install -g @angular/cli