Angular Component Generator README
A Visual Studio Code extension to generate Angular components in a specified folder with a right-click context menu.
Features
- Generate Angular components quickly and easily.
- Right-click on a folder in the Explorer view to create a new Angular component.
- Automatically integrates with Angular CLI to ensure components are created within the correct Angular workspace.
Installation
- Download the
.vsix file of this extension.
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X .
- Click on the
... (More Actions) button.
- Select
Install from VSIX... .
- Browse to the downloaded
.vsix file and install.
Usage
- Right-click on any folder in the Explorer view.
- Select Generate Angular Component from the context menu.
- Enter the desired component name in the input box.
- The component will be generated in the specified folder.
Requirements
- An Angular workspace must be set up.
- Angular CLI must be installed globally.
Known Issues
- Ensure you are within an Angular workspace when using the command to avoid errors.
Release Notes
0.0.3
- version 3 of Angular Component Generator.
- Supports right-click in folder path for generating Angular components.
Contributing
Contributions are welcome! Please submit issues and pull requests for any improvements or fixes.
License
MIT License
| |