Skip to content

VismaLietuva/vscode-angular-support

Repository files navigation

vscode-angular-editor

WIP

Features

  • Go to / peek definition from:
    • interpolation {{ myVar }}
    • one/two way binded input [(...)]="myVar"
    • templateUrl or styleUrls in @Component decorator
    • Not implemented! output (...)="myMethod"
    • Not implemented! component <my-component></my-component>
    • Not implemented! custom input [myInput]=".." or output (myOutput)=".." attributes

working