Skip to content

VismaLietuva/vscode-angular-support

Repository files navigation

vscode-angular-support

Build Status Version

Very lightweight language support for angular definitions.

Prerequisites

Features

Go to / peek definition from:

  • interpolation {{ myVar }}
  • input [(...)]="myVar"
  • output (...)="myMethod"
  • templateUrl or styleUrls in @Component decorator
  • component <my-component></my-component>

working

Contributing

Contributions are extremely welcome.
Read official extension guide.

License

MIT