mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f2d5cf7edd
Adds support for the exponentiation (`**`) operator in templates
Ex:
```
@Component {
template: '{{2 ** 3}}'
}
```
PR Close #59894