A Visual Studio Code extension that helps extract and manage Angular components, services, and modules.
This extension provides tools to:
- Extract Angular components from existing templates
- Generate standalone components
- Refactor Angular modules
- Simplify component extraction workflows
- Visual Studio Code 1.8.0 or higher
- Angular project (version 8.0 or higher)
This extension contributes the following settings:
angularExtractor.autoImport: Enable/disable automatic import statements after extractionangularExtractor.styleFormat: Set the default style format for extracted components (css,scss, orless)angularExtractor.templateFormat: Set the default template format (inlineorfile)
- Right-click on any Angular template code
- Select "Extract to Component" from the context menu
- Choose your extraction options
- The extension will automatically create the new component with proper imports
None at the moment.
Initial release of Angular Extractor:
- Basic component extraction
- Module management
- Template separation
Feel free to contribute to this project on our GitHub repository.
This extension is licensed under the MIT License.