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