mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds support for the exponentiation (`**`) operator in templates
Ex:
```
@Component {
template: '{{2 ** 3}}'
}
```
PR Close #59894
|
||
|---|---|---|
| .. | ||
| ast | ||
| babel_declaration_scope_spec.ts | ||
| babel_plugin_spec.ts | ||
| BUILD.bazel | ||
| es2015_linker_plugin_spec.ts | ||