Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>VSCode Templates for Angular 8 by Kobi ShashaNew to Visual Studio Code? Get it now.
VSCode Templates for Angular 8 by Kobi Shasha

VSCode Templates for Angular 8 by Kobi Shasha

Kobi Shasha

|
404 installs
| (0) | Free
This Extension allows to quickly create new files based on defined templates.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code KS Templates

Classic for Angular 8.0.0 release

This extension for Visual Studio Code adds snippets for generate templates for Angular 8.

Use Extension

See the CHANGELOG for the latest changes

DIY

Hi, this is a simple VSCode extension to generate Angular components.

Make sure to run:

npm install

Open the package.json file and make sure to edit:

  • name
  • displayName
  • version
  • author
  • publisher

Put your components into data/choice.ts. Make sure that file is a valid TypeScript file.

export const CHOICES = [
    {
        'tag': 'home',
        'value': 'Generate Home Component',
        'ts': ``,
        'html': ``,
        'css': ``
    },
    {
        'tag': 'landing',
        'value': 'Generate Landing Component',
        'ts': ``,
        'html': ``,
        'css': ``
    },
];
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft