Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonatan committed Mar 24, 2017
1 parent 0c6d910 commit e754683
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vscode-angular-support

[![Build Status](https://travis-ci.org/VismaLietuva/vscode-angular-support.svg?branch=master)](https://travis-ci.org/VismaLietuva/vscode-angular-support)
[![Version](http://vsmarketplacebadge.apphb.com/version-short/vismalietuva.vscode-angular-support.svg)](https://marketplace.visualstudio.com/items?itemName=vismalietuva.vscode-angular-support)

Language support for angular definitions.

Expand All @@ -24,3 +25,12 @@ Go to / peek definition from:
Go to / peek definition from:
- component `<my-component></my-component>`
- component input `[myInput]=".."` or output `(myOutput)=".."`

## Contributing

Contributions are extremely welcome.
Read [official extension guide](https://code.visualstudio.com/docs/extensions/overview).

## License

MIT

0 comments on commit e754683

Please sign in to comment.