Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Angular ComponentsNew to Visual Studio Code? Get it now.
Quick Angular Components

Quick Angular Components

Kieran Wilkinson

|
81 installs
| (1) | Free
Create components on a right click, simple and fast
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Angular Components

Create Angular components, using the Angular CLI, by right clicking in the VS Code Explorer.

alt text

Features

Add components with or without a folder in a few easy clicks.
This extension uses the Angular CLI, so should be consistant through versions (untested).

Styling files

Please check you are have updated your Angular.json schematics

# SCSS Example:
"app-name": {
    "projectType": "application",
    "schematics": {
        "@schematics/angular:component": {
            "style": "scss"
        }
    },
    "root": "projects/app",
    # <Other config settings here>
}

Requirements

Must be used within a Angular workspace (link).

Known Issues

  • n/a

Release Notes

  • Update extension search information
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft