Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1020 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 1020 Bytes

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