Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Created June 10, 2018 16:21
Show Gist options
  • Save sanjsanj/27fb24ccdb0d27f7c01fc02ae079774c to your computer and use it in GitHub Desktop.
Save sanjsanj/27fb24ccdb0d27f7c01fc02ae079774c to your computer and use it in GitHub Desktop.
<amp-bind-macro id="circleArea" arguments="radius" expression="3.14 * radius * radius" />
<div>
The circle has an area of <span [text]="circleArea(myCircle.radius)">0</span>.
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment