Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Angular Generator (CLI)New to Visual Studio Code? Get it now.
Angular Generator (CLI)

Angular Generator (CLI)

Vishnu Vinod

|
18 installs
| (0) | Free
The extension allows Angular CLI to generate schematics
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Angular Generator

The Angular Generator extension allows you to quickly generate Angular components, services, and other Angular artifacts directly from the VS Code interface using the Angular CLI.

Features

  • Generate Component: Create a new Angular component in the desired folder.
  • Generate Service: Create a new Angular service in the desired folder.
  • Generate Directive: Create a new Angular directive.
  • Generate Pipe: Create a new Angular pipe.
  • Generate Guard: Create a new Angular route guard.
  • Generate Interceptor: Create a new Angular HTTP interceptor.
  • Generate Module: Create a new Angular module.
  • Generate Resolver: Create a new Angular resolver.
  • Generate Class: Create a new TypeScript class.
  • Generate Enum: Create a new TypeScript enum.
  • Generate Interface: Create a new TypeScript interface.

How to Use

  1. Install the Extension: Install the Angular Generator extension from the VS Code marketplace.
  2. Open a Workspace: Open your Angular project in VS Code.
  3. Right-Click on a Folder:
    • Right-click on a folder in the Explorer view.
    • Select Angular Generator (CLI) from the context menu.
  4. Choose an Option:
    • Select the desired type (e.g., Component, Service, Directive, etc.) to generate.
  5. Provide a Name:
    • Enter the name for the selected type when prompted.
  6. Done:
    • The extension will generate the selected type in the specified folder.

Upcoming Features

More features will be added soon! Stay tuned for updates!

Feedback and Contributions

Feel free to report issues or suggest features via the GitHub repository. Contributions are welcome!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft