Skip to content

diegozsr1/angular-manager

Repository files navigation

Angular Manager

VS Code extension to generate Angular components, services, interfaces, guards, interceptors, and pipes with a single click, directly from a sidebar panel — no need to remember ng generate flags.

Download Link

https://open-vsx.org/extension/diegozsr1/angular-manager

Features

  • Sidebar panel with buttons for the 6 most commonly used Angular CLI schematics.
  • "Skip tests" option to omit .spec.ts file generation.
  • Create new Angular projects (ng new) by picking the destination folder from a native folder picker.
  • Also available as Command Palette commands (Ctrl+Shift+P) for keyboard-first users.

Usage

  1. Open the root folder of an Angular project (where angular.json lives).
  2. Open the "Angular Manager" icon in the activity bar.
  3. Type a name, toggle "Skip tests" on or off, and click the button for the schematic you want to generate.

Requirements

  • Angular CLI installed globally (npm install -g @angular/cli) or available in the project.

License

MIT

About

VSCode extension to create Angular projects, components, services, etc.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors