vscode-angular-snippets icon indicating copy to clipboard operation
vscode-angular-snippets copied to clipboard

Angular Snippets for VS Code

Results 22 vscode-angular-snippets issues
Sort by recently updated
recently updated
newest added

Per [documentation](https://angular.io/api/common/NgTemplateOutlet#properties) there is no `ngOutletContext` input - it was renamed to `ngTemplateOutletContext` back in v5. ## Purpose * make `a-ng-template` snippet compatible with latest versions of Angular ## What...

Having a snippet for creating a Storybook would be very helpful. What do you think? `a-storybook` ```typescript import { Story, Meta } from '@storybook/angular'; import { NameComponent } from './name.component';...

👋 I'm Harald, a PM from the VS Code team, and we recently announced VS Code for the Web at https://vscode.dev/, which provides a free, zero-install Microsoft Visual Studio Code...

## Purpose * Snippet to create custom form validator ## What * Snippet to create custom form validators ## How to Test * ```a-reactive-forms-custom-validator``` ## What to Check Verify that...

https://github.com/johnpapa/vscode-angular-snippets/blob/c010f9e6a11203358d3c66db4df4c7062a6c8f78/snippets/html.json#L24 This code above is the line in question. I am using the Angular snippets to speed up ngFor TrackBy usage. I first saw the extension in my .html file...

### OS and Version? > Windows 10 ### Versions > 12.0.0 ### Repro steps > a-component snipped ### The log given by the failure. > no error ### Mention any...

According the angular docs the `ng-content` selector should be wrapped in brackets which is not done properly currently by the snippet. Before `````` After ``````

https://open-vsx.org https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...